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