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