4 references to Histogram
Aspire.Dashboard (4)
Components\Controls\Chart\ChartBase.cs (1)
500
if (InstrumentViewModel.Instrument?.Type != OtlpInstrumentType.
Histogram
|| InstrumentViewModel.ShowCount)
Components\Controls\Chart\MetricTable.razor.cs (1)
261
return _instrument?.Type == OtlpInstrumentType.
Histogram
;
Model\TelemetryExportService.cs (1)
528
case OtlpInstrumentType.
Histogram
:
Otlp\Model\OtlpResource.cs (1)
223
Metric.DataOneofCase.Histogram => OtlpInstrumentType.
Histogram
,