3 references to GetInstrumentsSummary
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (2)
1302
return resources[0].
GetInstrumentsSummary
();
1307
.SelectMany(a => a.
GetInstrumentsSummary
())
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (1)
52
Assert.NotEmpty(resource.
GetInstrumentsSummary
());