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