6 references to InstrumentName
Microsoft.Extensions.Diagnostics (6)
Metrics\ListenerSubscription.cs (6)
155
if (!string.IsNullOrEmpty(rule.
InstrumentName
)
156
&& !string.Equals(rule.
InstrumentName
, instrument.Name, StringComparison.OrdinalIgnoreCase))
243
if (!string.IsNullOrEmpty(rule.
InstrumentName
) && string.IsNullOrEmpty(best.
InstrumentName
))
247
else if (string.IsNullOrEmpty(rule.
InstrumentName
) && !string.IsNullOrEmpty(best.
InstrumentName
))