dotnet/diagnostics

`dotnet-counters monitor`: monitor EventCounters when Metrics are also produced with the same provider name

antonfirsov opened this issue · 1 comments

When running against a .NET 8.0 process, dotnet-counters monitor --counters System.Net.Http monitors the built in System.Net.Http metrics, presumably because the System.Net.Http Meter takes precedence over the System.Net.Http EventSource.

This is especially confusing given the fact that dotnet-counters list is listing the EventCounters (see #4401).

I think this is specific instance of #3805. I'm using #3805 to track this issue more generally.