OpenTelemetry.Proto.Trace.V1.ScopeSpans
sealed class ScopeSpans : IMessage<ScopeSpans>, IMessage, IEquatable<ScopeSpans>, IDeepCloneable<ScopeSpans>, IBufferMessage
A collection of Spans produced by an InstrumentationScope.
Field number for the "schema_url" field.
Field number for the "scope" field.
Field number for the "spans" field.
The Schema URL, if known. This is the identifier of the Schema that the span data
is recorded in. To learn more about Schema URL see
https://opentelemetry.io/docs/specs/otel/schemas/#schema-url
This schema_url applies to all spans and span events in the "spans" field.
The instrumentation scope information for the spans in this message.
Semantically when InstrumentationScope isn't set, it is equivalent with
an empty instrumentation scope name (unknown).
A list of Spans that originate from an instrumentation scope.
public ScopeSpans()