Can't see Histogram instrument tag
I'm creating a
Histogram<double>
instrument through IMeterFactory.CreateHistogram<double>(...)
and give it one tag. Then I call histogram.Record(...)
with another tag. When I test with dotnet-counters tool I see the tag from Record(...)
call, but I don't see the tag from the instrument that I specified on its creation. Why is that?0 Replies