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