6 instantiations of GetInstrumentRequest
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
176
var instrument = TelemetryRepository.GetInstrument(new
GetInstrumentRequest
Aspire.Dashboard.Tests (5)
TelemetryRepositoryTests\MetricsTests.cs (5)
143
var instrument = repository.GetInstrument(new
GetInstrumentRequest
259
var instrument = repository.GetInstrument(new
GetInstrumentRequest
357
var instrumentData = repository.GetInstrument(new
GetInstrumentRequest
464
var instrument = repository.GetInstrument(new
GetInstrumentRequest
582
var instrument = repository.GetInstrument(new
GetInstrumentRequest
1 reference to GetInstrumentRequest
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1058
public OtlpInstrumentData? GetInstrument(
GetInstrumentRequest
request)