3 writes to PartialSuccess
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (2)
413
PartialSuccess
= new global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess();
464
PartialSuccess
= new global::OpenTelemetry.Proto.Collector.Metrics.V1.ExportMetricsPartialSuccess();
Otlp\OtlpMetricsService.cs (1)
32
PartialSuccess
= new ExportMetricsPartialSuccess
14 references to PartialSuccess
Aspire.Dashboard (13)
artifacts\obj\Aspire.Dashboard\Debug\net11.0\opentelemetry\proto\collector\metrics\v1\MetricsService.cs (8)
341
if (!object.Equals(
PartialSuccess
, other.
PartialSuccess
)) return false;
349
if (partialSuccess_ != null) hash ^=
PartialSuccess
.GetHashCode();
384
output.WriteMessage(
PartialSuccess
);
397
size += 1 + pb::CodedOutputStream.ComputeMessageSize(
PartialSuccess
);
415
PartialSuccess
.MergeFrom(other.
PartialSuccess
);
466
input.ReadMessage(
PartialSuccess
);
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (5)
929
if (response.
PartialSuccess
is not null && (response.
PartialSuccess
.RejectedDataPoints > 0 || !string.IsNullOrEmpty(response.
PartialSuccess
.ErrorMessage)))
933
RejectedDataPoints = response.
PartialSuccess
.RejectedDataPoints,
934
ErrorMessage = response.
PartialSuccess
.ErrorMessage
Aspire.Dashboard.Tests (1)
Integration\OtlpHttpServiceTests.cs (1)
491
Assert.Equal(0, response.
PartialSuccess
.RejectedDataPoints);