You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to elastic/apm-agent-dotnet#2118 and #58, we should design a bespoke portable dashboard for OTel metrics that can be swapped in based on the agent sending the data.
The text was updated successfully, but these errors were encountered:
I have designed an initial OTel dashboard based on process and runtime metrics. These instrumentations are not enabled when using the vanilla SDK, but our distro brings in the contrib libraries and enables them. This means that the OTel dashboard will be empty when data is sent from the vanilla .NET OTel SDK. We are currently using the contrib runtime metrics, which will at some point (hopefully .NET 9) be replaced with runtime native metrics, conforming to a new proposed semantic convention for CLR runtime metrics.
In the future, we will need more control in the Kibana code to enable switching out the dashboard based on agent name and potentially the distro version, runtime version and framework. This would allow finer control of more specific dashboards using the expected available metrics.
This is an example of the planned panels for the initial version:
Next steps:
A PR into the Kibana repo to register the portable dashboard for OTel runtime metrics.
Related to elastic/apm-agent-dotnet#2118 and #58, we should design a bespoke portable dashboard for OTel metrics that can be swapped in based on the agent sending the data.
The text was updated successfully, but these errors were encountered: