45 instantiations of GetInstrumentRequest
Aspire.Dashboard (2)
Components\Controls\Chart\ChartContainer.razor.cs (1)
305
var refreshedInstrument = await TelemetryRepository.GetInstrumentAsync(new
GetInstrumentRequest
Model\TelemetryExportService.cs (1)
201
var instrumentData = await _dataSource.TelemetryRepository.GetInstrumentAsync(new
GetInstrumentRequest
Aspire.Dashboard.Tests (43)
Integration\OtlpHttpJsonTests.cs (1)
769
var instrumentData = await telemetryRepository.GetInstrumentAsync(new
GetInstrumentRequest
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 (38)
161
var instrument = (await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
262
var instrument = (await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
313
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
380
var instrumentData = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
415
var filteredInstrumentData = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
482
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
589
var instrument = (await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
707
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
883
var resource1Test1Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
898
var resource1Test2Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
928
var resource2Test1Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
943
var resource2Test3Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1028
var resource1Test1Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1039
var resource1Test2Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1068
var resource2Test1Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1083
var resource2Test3Instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1184
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1248
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1294
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1374
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1443
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1506
var instrument1 = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1523
var instrument2 = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1617
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1661
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1696
var instrument = await repository.GetInstrumentAsync(new
GetInstrumentRequest
1728
var instrument = await repository.GetInstrumentAsync(new
GetInstrumentRequest
1773
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1823
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1902
var initialInstrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1937
var refreshedInstrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
1993
var instrument = await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
2059
return (await repositoryContext.Repository.GetInstrumentAsync(new
GetInstrumentRequest
2114
var instrument = await repositoryContext.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
4 references to GetInstrumentRequest
Aspire.Dashboard (3)
Otlp\Storage\ITelemetryRepository.cs (1)
64
Task<OtlpInstrumentData?> GetInstrumentAsync(
GetInstrumentRequest
request, CancellationToken cancellationToken);
Otlp\Storage\SqliteTelemetryRepository.cs (1)
231
public Task<OtlpInstrumentData?> GetInstrumentAsync(
GetInstrumentRequest
request, CancellationToken cancellationToken) =>
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (1)
110
private OtlpInstrumentData? GetInstrumentFromDatabase(
GetInstrumentRequest
request, CancellationToken cancellationToken)
Aspire.Dashboard.Components.Tests (1)
Shared\TestTelemetryRepository.cs (1)
52
public Task<OtlpInstrumentData?> GetInstrumentAsync(
GetInstrumentRequest
request, CancellationToken cancellationToken) => inner.GetInstrumentAsync(request, cancellationToken);