7 references to Instruments
Aspire.Dashboard.Tests (7)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (7)
1731
entry.
Instruments
.Clear();
1948
if (resourceEntry.
Instruments
.TryGetValue(instrumentKey, out var existingInstrument))
1952
else if (resourceEntry.
Instruments
.Count < TelemetryRepositoryLimits.MaxInstrumentCount)
1969
resourceEntry.
Instruments
.Add(instrumentKey, instrument);
2489
summaries.AddRange(resource.
Instruments
.Values.Select(instrument => instrument.Summary));
2508
if (resource.
Instruments
.TryGetValue(instrumentKey, out var instrument))
2574
return resource.
Instruments
.TryGetValue(key, out var instrument)