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)
1703var instrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 1735var instrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2230var histogramInstrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2242var sumInstrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2306var instrument = await repository.GetInstrumentAsync(new GetInstrumentRequest 2369var 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