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)
1696
var instrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
1728
var instrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2223
var histogramInstrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2235
var sumInstrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2299
var instrument = await repository.
GetInstrumentAsync
(new GetInstrumentRequest
2362
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