2 instantiations of OtlpInstrumentData
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (2)
1259return new OtlpInstrumentData 1294return new OtlpInstrumentData
22 references to OtlpInstrumentData
Aspire.Dashboard (6)
Components\Controls\Chart\ChartContainer.razor.cs (4)
18private OtlpInstrumentData? _instrument; 125private async Task UpdateInstrumentDataAsync(OtlpInstrumentData instrument) 184private OtlpInstrumentData? GetInstrument() 191var instrument = TelemetryRepository.GetInstrument(new GetInstrumentRequest
Components\Controls\Chart\ChartFilters.razor.cs (1)
14public required OtlpInstrumentData Instrument { get; set; }
Otlp\Storage\TelemetryRepository.cs (1)
1244public OtlpInstrumentData? GetInstrument(GetInstrumentRequest request)
Aspire.Dashboard.Tests (16)
TelemetryRepositoryTests\MetricsTests.cs (16)
151var instrument = repository.GetInstrument(new GetInstrumentRequest 267var instrument = repository.GetInstrument(new GetInstrumentRequest 365var instrumentData = repository.GetInstrument(new GetInstrumentRequest 472var instrument = repository.GetInstrument(new GetInstrumentRequest 590var instrument = repository.GetInstrument(new GetInstrumentRequest 777var app1Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 800var app1Test2Instrument = repository.GetInstrument(new GetInstrumentRequest 830var app2Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 845var app2Test3Instrument = repository.GetInstrument(new GetInstrumentRequest 930var app1Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 941var app1Test2Instrument = repository.GetInstrument(new GetInstrumentRequest 970var app2Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 985var app2Test3Instrument = repository.GetInstrument(new GetInstrumentRequest 1113var instrument = repository.GetInstrument(new GetInstrumentRequest 1170var instrument1 = repository.GetInstrument(new GetInstrumentRequest 1182var instrument2 = repository.GetInstrument(new GetInstrumentRequest