<PackageReference Include="Serilog.Sinks.OpenTelemetry" Version="4.2.0" />

OpenTelemetry.Proto.Collector.Trace.V1.ExportTracePartialSuccess

sealed class ExportTracePartialSuccess : IMessage<ExportTracePartialSuccess>, IMessage, IEquatable<ExportTracePartialSuccess>, IDeepCloneable<ExportTracePartialSuccess>, IBufferMessage
public const int ErrorMessageFieldNumber = 2

Field number for the "error_message" field.

public const int RejectedSpansFieldNumber = 1

Field number for the "rejected_spans" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<ExportTracePartialSuccess> Parser { get; }

public string ErrorMessage { get; set; }

A developer-facing human-readable message in English. It should be used either to explain why the server rejected parts of the data during a partial success or to convey warnings/suggestions during a full success. The message should offer guidance on how users can address such issues. error_message is an optional field. An error_message with an empty value is equivalent to it not being set.

public long RejectedSpans { get; set; }

The number of rejected spans. A `rejected_<signal>` field holding a `0` value indicates that the request was fully accepted.

public int CalculateSize()

public bool Equals(ExportTracePartialSuccess other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)