6 instantiations of GetInstrumentRequest
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
178var instrument = TelemetryRepository.GetInstrument(new GetInstrumentRequest
Aspire.Dashboard.Tests (5)
TelemetryRepositoryTests\MetricsTests.cs (5)
143var instrument = repository.GetInstrument(new GetInstrumentRequest 259var instrument = repository.GetInstrument(new GetInstrumentRequest 356var instrumentData = repository.GetInstrument(new GetInstrumentRequest 463var instrument = repository.GetInstrument(new GetInstrumentRequest 581var instrument = repository.GetInstrument(new GetInstrumentRequest
1 reference to GetInstrumentRequest
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
944public OtlpInstrumentData? GetInstrument(GetInstrumentRequest request)