Update CLR Metrics to use EventCounters #256
Labels
Component/Management
Issues related to Steeltoe Management (actuators)
ReleaseLine/3.x
Identified as a feature/fix for the 3.x release line
Type/enhancement
New feature or request
Milestone
Currently we use an "IPolledDiagnosticSource" which is a steeltoe abstraction that polls CLR metrics.
EventCounters give a new way to get these metrics in process (and also expose out of proc via EventPipe). We need to update the CLR Metrics Observer to use EventCounter. Other observers such aspnetcore still publish via DiagnosticSource/Listener and that code can remain the same.
https://github.com/dotnet/diagnostics/blob/eb13265352569304912eedaa66894eb760d6c158/documentation/design-docs/eventcounters.md
The text was updated successfully, but these errors were encountered: