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