5 references to _instruments
Aspire.Dashboard (5)
Otlp\Model\OtlpResource.cs (5)
89
ref var instrumentRef = ref CollectionsMarshal.GetValueRefOrAddDefault(
_instruments
, instrumentKey, out _);
209
_instruments
.Clear();
245
if (!
_instruments
.TryGetValue(new OtlpInstrumentKey(meterName, instrumentName), out var instrument))
264
var instruments = new List<OtlpInstrumentSummary>(
_instruments
.Count);
265
foreach (var instrument in
_instruments
)