OpenTelemetry.Proto.Trace.V1.ResourceSpans
sealed class ResourceSpans : IMessage<ResourceSpans>, IMessage, IEquatable<ResourceSpans>, IDeepCloneable<ResourceSpans>, IBufferMessage
A collection of ScopeSpans from a Resource.
Field number for the "resource" field.
Field number for the "schema_url" field.
Field number for the "scope_spans" field.
The resource for the spans in this message.
If this field is not set then no resource info is known.
The Schema URL, if known. This is the identifier of the Schema that the resource 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 the data in the "resource" field. It does not apply
to the data in the "scope_spans" field which have their own schema_url field.
A list of ScopeSpans that originate from a resource.
public ResourceSpans()