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