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