-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
Milestone
Description
We recently added new runtime metrics based on the Meter API to .NET. Although the previous EventCounter-based runtime metrics are still present, these new metrics are intended to be the long-term path forward. In order to complete the scenario we need to do several followup tasks:
- We've got dotnet-counters tests that explicitly validated against the old metric names so we should update those tests. Example ( DotnetCounters.UnitTests.CounterMonitorPayloadTests.TestCounterMonitorSystemRuntimeMetricsCSV).
- We need to add docs about the new metrics to our official docs and guidance for anyone migrating.
- We should add some mechanism to dotnet-counters for folks to access the previous EventCounter based metrics if they still want to see them.
fyi @tarekgh @stevejgordon @dotnet/dotnet-monitor
- Docs for runtime metrics - Runtime metrics docs#42180
- Test updates and new EventCounters option for dotnet-counters - dotnet-counters: Support EventCounter prefix + remove known data #4871