2 writes to RejectedDataPoints
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
932RejectedDataPoints = response.PartialSuccess.RejectedDataPoints,
OtlpJsonSerializerContext.OtlpExportMetricsPartialSuccessJson.g.cs (1)
59Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExportMetricsPartialSuccessJson)obj).RejectedDataPoints = value!,
1 reference to RejectedDataPoints
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExportMetricsPartialSuccessJson.g.cs (1)
58Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExportMetricsPartialSuccessJson)obj).RejectedDataPoints,