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)
552
var instrumentData = await repositoryContext.Repository.
GetInstrumentAsync
(new GetInstrumentRequest
640
var instrumentData = await repositoryContext.Repository.
GetInstrumentAsync
(new GetInstrumentRequest
TelemetryRepositoryTests\MetricsTests.cs (6)
1703
var instrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
1735
var instrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2230
var histogramInstrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2242
var sumInstrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2306
var instrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2369
var instrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
TelemetryRepositoryTests\SqliteTelemetryPersistenceTests.cs (2)
415
var instrument = await historicalContext.Repository.
GetInstrumentAsync
(new GetInstrumentRequest
494
var instrument = await reopenedContext.Repository.
GetInstrumentAsync
(new GetInstrumentRequest