3 references to GaugeT
Microsoft.Gen.Metrics (3)
Emitter.cs (1)
182
case InstrumentKind.
GaugeT
:
MetricFactoryEmitter.cs (1)
133
InstrumentKind.
GaugeT
=> $"CreateGauge<{metricMethod.GenericType}>",
Parser.cs (1)
254
return (InstrumentKind.
GaugeT
, GetGenericType(methodAttributeSymbol));