OpenTelemetry.Proto.Logs.V1.ResourceLogs
sealed class ResourceLogs : IMessage<ResourceLogs>, IMessage, IEquatable<ResourceLogs>, IDeepCloneable<ResourceLogs>, IBufferMessage
A collection of ScopeLogs from a Resource.
Field number for the "resource" field.
Field number for the "schema_url" field.
Field number for the "scope_logs" field.
The resource for the logs in this message.
If this field is not set then resource info is unknown.
This schema_url applies to the data in the "resource" field. It does not apply
to the data in the "scope_logs" field which have their own schema_url field.
A list of ScopeLogs that originate from a resource.
public ResourceLogs()