4 references to _instruments
Aspire.Dashboard (4)
Otlp\Model\OtlpApplication.cs (4)
56
ref var instrument = ref CollectionsMarshal.GetValueRefOrAddDefault(
_instruments
, instrumentKey, out _);
113
if (!
_instruments
.TryGetValue(new OtlpInstrumentKey(meterName, instrumentName), out var instrument))
132
var instruments = new List<OtlpInstrumentSummary>(
_instruments
.Count);
133
foreach (var instrument in
_instruments
)