Implemented interface member:
method
GetInstrumentSummaries
Aspire.Dashboard.Otlp.Storage.ITelemetryRepository.GetInstrumentSummaries(Aspire.Dashboard.Otlp.Storage.ResourceKey)
6 references to GetInstrumentSummaries
Aspire.Dashboard.Tests (6)
Model\TelemetryExportServiceTests.cs (2)
546var instrumentSummaries = repositoryContext.Repository.GetInstrumentSummaries(resource.ResourceKey); 634var instrumentSummaries = repositoryContext.Repository.GetInstrumentSummaries(resource.ResourceKey);
TelemetryRepositoryTests\SqliteTelemetryPersistenceTests.cs (4)
112var instrument = Assert.Single(repositoryContext.Repository.GetInstrumentSummaries(cachedResource.ResourceKey)); 215var summary = Assert.Single(historicalContext.Repository.GetInstrumentSummaries(firstResource.ResourceKey)); 261var instrument = Assert.Single(reopenedContext.Repository.GetInstrumentSummaries(resource.ResourceKey)); 411var summary = Assert.Single(historicalContext.Repository.GetInstrumentSummaries(resourceKey));