3 references to GetInstrumentsSummary
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (2)
1177return applications[0].GetInstrumentsSummary(); 1182.SelectMany(a => a.GetInstrumentsSummary())
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (1)
50Assert.NotEmpty(application.GetInstrumentsSummary());