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