Meter and DiagnosticSource #61296
Unanswered
dominikjeske
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously for metrics in .NET Core there were EventCounters used with EventSource like in those examples https://docs.microsoft.com/en-us/dotnet/core/diagnostics/event-counters. From .NET 6 we will have Meter for working with metrics and my question is about events. Is there any connections with Meter and DiagnosticSource to record metric data and publish corelated event?
Beta Was this translation helpful? Give feedback.
All reactions