1 write to _instrument
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
59
_instrument
= InstrumentViewModel.Instrument;
2 references to _instrument
Aspire.Dashboard (2)
Components\Controls\Chart\MetricTable.razor.cs (2)
52
if (!Equals(
_instrument
?.Name, InstrumentViewModel.Instrument?.Name) || _showCount != InstrumentViewModel.ShowCount)
250
return
_instrument
?.Type == OtlpInstrumentType.Histogram;