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