2 instantiations of OtlpInstrumentData
Aspire.Dashboard (2)
Otlp\Storage\TelemetryRepository.cs (2)
1331return new OtlpInstrumentData 1366return new OtlpInstrumentData
24 references to OtlpInstrumentData
Aspire.Dashboard (8)
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; }
Components_Controls_Chart_ChartContainer_razor.g.cs (2)
539), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Aspire.Dashboard.Otlp.Model.OtlpInstrumentData>( 716), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Aspire.Dashboard.Otlp.Model.OtlpInstrumentData>(
Otlp\Storage\TelemetryRepository.cs (1)
1316public 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 resource1Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 800var resource1Test2Instrument = repository.GetInstrument(new GetInstrumentRequest 830var resource2Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 845var resource2Test3Instrument = repository.GetInstrument(new GetInstrumentRequest 930var resource1Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 941var resource1Test2Instrument = repository.GetInstrument(new GetInstrumentRequest 970var resource2Test1Instrument = repository.GetInstrument(new GetInstrumentRequest 985var resource2Test3Instrument = repository.GetInstrument(new GetInstrumentRequest 1113var instrument = repository.GetInstrument(new GetInstrumentRequest 1170var instrument1 = repository.GetInstrument(new GetInstrumentRequest 1182var instrument2 = repository.GetInstrument(new GetInstrumentRequest