1 write to MetricName
Microsoft.Gen.Metrics (1)
Parser.cs (1)
446MetricName = string.IsNullOrWhiteSpace(strongTypeAttrParams.MetricNameFromAttribute) ? metricNameFromMethod : strongTypeAttrParams.MetricNameFromAttribute,
1 reference to MetricName
Microsoft.Gen.Metrics (1)
MetricFactoryEmitter.cs (1)
149OutLn($" var instrument = _meter.{createMethodName}(@\"{metricMethod.MetricName}\");");