8 references to MeterName
Microsoft.Extensions.Diagnostics (8)
Metrics\ListenerSubscription.cs (8)
170var meterName = rule.MeterName; 224if (!string.IsNullOrEmpty(rule.MeterName)) 226if (string.IsNullOrEmpty(best.MeterName)) 232if (rule.MeterName.Length != best.MeterName.Length) 234return rule.MeterName.Length > best.MeterName.Length; 237else if (!string.IsNullOrEmpty(best.MeterName))