7 writes to ExplicitBounds
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
84ExplicitBounds = { 1, 2, 3 },
Aspire.Dashboard.Tests (6)
TelemetryRepositoryTests\MetricsTests.cs (5)
1329ExplicitBounds = { }, 1337ExplicitBounds = { }, 1345ExplicitBounds = { 1, 2, 3 }, 1409ExplicitBounds = { 1, 2 }, 1416ExplicitBounds = { 1, 2, 3 },
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
84ExplicitBounds = { 1, 2, 3 },
13 references to ExplicitBounds
Aspire.Dashboard (6)
Otlp\Model\MetricValues\DimensionScope.cs (3)
107explicitBounds = lastHistogramValue.ExplicitBounds.SequenceEqual(h.ExplicitBounds) 109: h.ExplicitBounds.ToArray(); 113explicitBounds = h.ExplicitBounds.ToArray();
Otlp\Model\OtlpHelpers.cs (1)
66if (point.BucketCounts.Count > 0 && point.ExplicitBounds.Count == 0)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
576dataPoint.ExplicitBounds.Add(eb);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
303HistogramExplicitBounds = point.ExplicitBounds.ToArray()
Aspire.Dashboard.Tests (7)
ChartDataCalculatorTests.cs (3)
312histogramPoint.ExplicitBounds.AddRange([10.0, 50.0, 100.0]); 384point.ExplicitBounds.AddRange([10, 100]); 403histogramPoint.ExplicitBounds.AddRange([50.0]);
TelemetryRepositoryTests\MetricsTests.cs (2)
2182histogramPoint.ExplicitBounds.Clear(); 2186histogramPoint.ExplicitBounds.Add(index + 1);
TelemetryRepositoryTests\SqliteTelemetryPersistenceTests.cs (2)
447histogram.Histogram.DataPoints[0].ExplicitBounds.Clear(); 448histogram.Histogram.DataPoints[0].ExplicitBounds.Add([1, 2]);