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