3 references to Histogram
Aspire.Dashboard (3)
Components\Controls\Chart\ChartBase.cs (1)
497if (InstrumentViewModel.Instrument?.Type != OtlpInstrumentType.Histogram || InstrumentViewModel.ShowCount)
Components\Controls\Chart\MetricTable.razor.cs (1)
248return _instrument?.Type == OtlpInstrumentType.Histogram;
Otlp\Model\OtlpApplication.cs (1)
129Metric.DataOneofCase.Histogram => OtlpInstrumentType.Histogram,