1 write to Histogram
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
528metric.Histogram = new OtlpHistogramJson
5 references to Histogram
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
402else if (json.Histogram is not null) 404metric.Histogram = ToProtobuf(json.Histogram);
Aspire.Dashboard.Tests (3)
Model\TelemetryExportServiceTests.cs (3)
618Assert.NotNull(histogram.Histogram); 619Assert.NotNull(histogram.Histogram.DataPoints); 620Assert.NotEmpty(histogram.Histogram.DataPoints);