6 references to Histogram
Aspire.Dashboard (5)
Components\Controls\Chart\ChartBase.cs (1)
160
if (InstrumentViewModel.Instrument?.Type != OtlpInstrumentType.
Histogram
|| InstrumentViewModel.ShowCount)
Components\Controls\Chart\ChartContainer.razor.cs (1)
296
var includeExemplars = instrumentSummary.Type == OtlpInstrumentType.
Histogram
;
Components\Controls\Chart\MetricTable.razor.cs (1)
262
return _instrument?.Type == OtlpInstrumentType.
Histogram
;
Model\TelemetryExportService.cs (1)
514
case OtlpInstrumentType.
Histogram
:
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
812
Metric.DataOneofCase.Histogram => OtlpInstrumentType.
Histogram
,
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
109
Assert.Equal(OtlpInstrumentType.
Histogram
, instrumentSummary.Type);