Documentation ¶
Index ¶
- Variables
- type Resource
- func (*Resource) Descriptor() ([]byte, []int)deprecated
- func (x *Resource) GetAttributes() []*v1.KeyValue
- func (x *Resource) GetDroppedAttributesCount() uint32
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_opentelemetry_proto_resource_v1_resource_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct { // 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). Attributes []*v1.KeyValue `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"` // dropped_attributes_count is the number of dropped attributes. If the value is 0, then // no attributes were dropped. DroppedAttributesCount uint32 `` /* 130-byte string literal not displayed */ // contains filtered or unexported fields }
Resource information.
func (*Resource) Descriptor
deprecated
func (*Resource) GetAttributes ¶
func (*Resource) GetDroppedAttributesCount ¶
func (*Resource) ProtoMessage ¶
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶
func (x *Resource) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.