2 instantiations of OtlpInstrumentData
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (2)
1206return new OtlpInstrumentData 1241return new OtlpInstrumentData
4 references to OtlpInstrumentData
Aspire.Dashboard (4)
Components\Controls\Chart\ChartContainer.razor.cs (3)
18private OtlpInstrumentData? _instrument; 122private async Task UpdateInstrumentDataAsync(OtlpInstrumentData instrument) 181private OtlpInstrumentData? GetInstrument()
Otlp\Storage\TelemetryRepository.cs (1)
1191public OtlpInstrumentData? GetInstrument(GetInstrumentRequest request)