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