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