Implemented interface member:
method
GetInstrumentAsync
Aspire.Dashboard.Otlp.Storage.ITelemetryRepository.GetInstrumentAsync(Aspire.Dashboard.Otlp.Storage.GetInstrumentRequest, System.Threading.CancellationToken)
10 references to GetInstrumentAsync
Aspire.Dashboard.Tests (10)
Model\TelemetryExportServiceTests.cs (2)
552var instrumentData = await repositoryContext.Repository.GetInstrumentAsync(new GetInstrumentRequest 640var instrumentData = await repositoryContext.Repository.GetInstrumentAsync(new GetInstrumentRequest
TelemetryRepositoryTests\MetricsTests.cs (6)
1696var instrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 1728var instrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2223var histogramInstrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2235var sumInstrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2299var instrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2362var instrument = await repository.GetInstrumentAsync(new GetInstrumentRequest
TelemetryRepositoryTests\SqliteTelemetryPersistenceTests.cs (2)
415var instrument = await historicalContext.Repository.GetInstrumentAsync(new GetInstrumentRequest 494var instrument = await reopenedContext.Repository.GetInstrumentAsync(new GetInstrumentRequest