-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advancing Metrics in .NET #4083
Comments
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsIn .NET 6 we added the Meter API, a metrics instrumentation API designed in coordination with OpenTelemetry. The goal was to make it easy to have great metrics monitoring experience for .NET apps using common tools. Although this is now possible to do it isn't yet as easy, widespread, or powerful as we would like. These are my thoughts on next steps. Feedback is welcome if you think the goals should be adjusted, there are issues I've missed, or anything else. Thanks! Goals
Issues to Address
cc @samsp-msft @davidfowl @tarekgh @reyang
|
Regarding |
All remaining .NET 8 work is tracked on issues. The remaining item below can be done out of band from the .NET release, so moving to the dotnet/diagnostics repo:
|
In .NET 6 we added the Meter API, a metrics instrumentation API designed in coordination with OpenTelemetry. The goal was to make it easy to have great metrics monitoring experience for .NET apps using common tools. Although this is now possible to do it isn't yet as easy, widespread, or powerful as we would like. These are my thoughts on next steps. Feedback is welcome if you think the goals should be adjusted, there are issues I've missed, or anything else. Thanks!
Goals
Issues to Address
cc @samsp-msft @davidfowl @tarekgh @reyang
The text was updated successfully, but these errors were encountered: