1 write to Histogram
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
515metric.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)
677Assert.NotNull(histogram.Histogram); 678Assert.NotNull(histogram.Histogram.DataPoints); 679Assert.NotEmpty(histogram.Histogram.DataPoints);