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