6 instantiations of GetInstrumentRequest
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
176var 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 357var instrumentData = repository.GetInstrument(new GetInstrumentRequest 464var instrument = repository.GetInstrument(new GetInstrumentRequest 582var instrument = repository.GetInstrument(new GetInstrumentRequest
1 reference to GetInstrumentRequest
Aspire.Dashboard (1)
Otlp\Storage\TelemetryRepository.cs (1)
1058public OtlpInstrumentData? GetInstrument(GetInstrumentRequest request)