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