3 writes to RejectedDataPoints
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (2)
660RejectedDataPoints = other.RejectedDataPoints; 712RejectedDataPoints = input.ReadInt64();
Otlp\OtlpMetricsService.cs (1)
34RejectedDataPoints = addContext.FailureCount
13 references to RejectedDataPoints
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (10)
576if (RejectedDataPoints != other.RejectedDataPoints) return false; 585if (RejectedDataPoints != 0L) hash ^= RejectedDataPoints.GetHashCode(); 623if (RejectedDataPoints != 0L) { 625output.WriteInt64(RejectedDataPoints); 641if (RejectedDataPoints != 0L) { 642size += 1 + pb::CodedOutputStream.ComputeInt64Size(RejectedDataPoints); 659if (other.RejectedDataPoints != 0L) { 660RejectedDataPoints = other.RejectedDataPoints;
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
929if (response.PartialSuccess is not null && (response.PartialSuccess.RejectedDataPoints > 0 || !string.IsNullOrEmpty(response.PartialSuccess.ErrorMessage))) 933RejectedDataPoints = response.PartialSuccess.RejectedDataPoints,
Aspire.Dashboard.Tests (1)
Integration\OtlpHttpServiceTests.cs (1)
491Assert.Equal(0, response.PartialSuccess.RejectedDataPoints);