3 references to Gauge
Microsoft.Gen.Metrics (3)
Emitter.cs (1)
181
case InstrumentKind.
Gauge
:
MetricFactoryEmitter.cs (1)
132
InstrumentKind.
Gauge
=> $"CreateGauge<{metricMethod.GenericType}>",
Parser.cs (1)
239
return (InstrumentKind.
Gauge
, symbols.LongTypeSymbol);