1 write to DataPoints
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
530DataPoints = ConvertHistogramDataPoints(instrumentData.Dimensions),
4 references to DataPoints
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
458if (json.DataPoints is not null) 460foreach (var dp in json.DataPoints)
Aspire.Dashboard.Tests (2)
Model\TelemetryExportServiceTests.cs (2)
619Assert.NotNull(histogram.Histogram.DataPoints); 620Assert.NotEmpty(histogram.Histogram.DataPoints);