OpenTelemetry.Proto.Resource.V1.Resource
sealed class Resource : IMessage<Resource>, IMessage, IEquatable<Resource>, IDeepCloneable<Resource>, IBufferMessage
Resource information.
Field number for the "attributes" field.
Field number for the "dropped_attributes_count" field.
Set of attributes that describe the resource.
Attribute keys MUST be unique (it is not allowed to have more than one
attribute with the same key).
dropped_attributes_count is the number of dropped attributes. If the value is 0, then
no attributes were dropped.
public Resource()