15 writes to Count
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
3891Count = other.Count; 4001Count = input.ReadFixed64();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
559dataPoint.Count = json.Count.Value;
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
82Count = 1,
Aspire.Dashboard.Tests (11)
ChartDataCalculatorTests.cs (3)
309Count = 100, 381Count = count, 400Count = 10,
TelemetryRepositoryTests\MetricsTests.cs (7)
1327Count = 6, 1335Count = 6, 1343Count = 6, 1408Count = 6, 1415Count = 10, 1859point.Count = checked((ulong)value); 2082point.Count = checked((ulong)pointIndex);
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
82Count = 1,
12 references to Count
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (9)
3718if (Count != other.Count) return false; 3736if (Count != 0UL) hash ^= Count.GetHashCode(); 3812if (Count != 0UL) { 3814output.WriteFixed64(Count); 3853if (Count != 0UL) { 3890if (other.Count != 0UL) { 3891Count = other.Count;
Otlp\Model\MetricValues\DimensionScope.cs (2)
95if (lastHistogramValue is not null && lastHistogramValue.Count == h.Count) 117_lastValue = new HistogramValue(bucketCounts, h.Sum, h.Count, start, end, explicitBounds);
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
264var histogramCount = checked((long)point.Count);