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