1 write to InstrumentKind
Microsoft.Gen.Metrics (1)
Parser.cs (1)
447
InstrumentKind
= instrumentKind,
4 references to InstrumentKind
Microsoft.Gen.Metrics (4)
Emitter.cs (2)
164
switch (metricMethod.
InstrumentKind
)
179
throw new NotSupportedException($"Instrument type '{metricMethod.
InstrumentKind
}' is not supported to generate metric");
MetricFactoryEmitter.cs (2)
126
string createMethodName = metricMethod.
InstrumentKind
switch
132
_ => throw new NotSupportedException($"Metric type '{metricMethod.
InstrumentKind
}' is not supported to generate factory"),