5 references to _instruments
Aspire.Dashboard (5)
Otlp\Model\OtlpApplication.cs (5)
74
ref var instrumentRef = ref CollectionsMarshal.GetValueRefOrAddDefault(
_instruments
, instrumentKey, out _);
185
_instruments
.Clear();
210
if (!
_instruments
.TryGetValue(new OtlpInstrumentKey(meterName, instrumentName), out var instrument))
229
var instruments = new List<OtlpInstrumentSummary>(
_instruments
.Count);
230
foreach (var instrument in
_instruments
)