3 references to HistogramT
Microsoft.Gen.Metrics (3)
Emitter.cs (1)
173
case InstrumentKind.
HistogramT
:
MetricFactoryEmitter.cs (1)
131
InstrumentKind.
HistogramT
=> $"CreateHistogram<{metricMethod.GenericType}>",
Parser.cs (1)
249
return (InstrumentKind.
HistogramT
, GetGenericType(methodAttributeSymbol));