Replies: 1 comment
-
You can have a look at the following lines: If you are Running .NET 9 or greater it only calls the AddMeter method to activate the export of the metrics you linked. In that case the package saves you only one line. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/open-telemetry/opentelemetry-dotnet-contrib/tree/main/src/OpenTelemetry.Instrumentation.Runtime#metrics
I read:
".NET 9 introduced built-in runtime metrics. As such, when applications target .NET 9 or greater this package registers a Meter to receive the built-in System.Runtime metrics. See the .NET Runtime metrics documentation for details of the metric and attribute names for the built-in metrics."
But I still don't understand, what's the benefit of this package?
Beta Was this translation helpful? Give feedback.
All reactions