1 write to _instrument
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
60_instrument = InstrumentViewModel.Instrument;
4 references to _instrument
Aspire.Dashboard (4)
Components\Controls\Chart\MetricTable.razor.cs (2)
53if (!Equals(_instrument?.Name, InstrumentViewModel.Instrument?.Name) || _showCount != InstrumentViewModel.ShowCount) 258return _instrument?.Type == OtlpInstrumentType.Histogram;
Components_Controls_Chart_MetricTable_razor.g.cs (2)
319(_metricsView.FirstOrDefault() as HistogramMetricView)?.Percentiles[percentile].Name ?? (_instrument is not null ? $"P{percentile} {InstrumentUnitResolver.ResolveDisplayedUnit(_instrument, titleCase: true, pluralize: true)}" : $"P{percentile}")