1 write to MetricUnit
Microsoft.Gen.Metrics (1)
Parser.cs (1)
451
MetricUnit
= strongTypeAttrParams.MetricUnitFromAttribute,
2 references to MetricUnit
Microsoft.Gen.Metrics (2)
MetricFactoryEmitter.cs (2)
151
if (string.IsNullOrEmpty(metricMethod.
MetricUnit
))
157
OutLn($" var instrument = _meter.{createMethodName}(@\"{metricMethod.MetricName}\", @\"{metricMethod.
MetricUnit
}\");");