class OpenTelemetry::Resource
- OpenTelemetry::Resource
- Reference
- Object
Included Modules
Defined in:
opentelemetry-api/resource.crConstructors
Instance Method Summary
- #[](key)
- #[]=(key, value)
- #attribute_list(indent = 4)
- #attributes : Hash(String, AnyAttribute)
- #attributes=(attributes : Hash(String, AnyAttribute))
- #dropped_attribute_count : UInt32
- #dropped_attribute_count=(dropped_attribute_count : UInt32)
- #empty?
- #get_attribute(key)
- #set_attribute(key, value)
- #to_json
-
#to_protobuf
The ProtoBuf differs a LOT from the current Spec.
Instance methods inherited from module OpenTelemetry::Sendable
size
size,
to_json
to_json,
to_protobuf
to_protobuf
Constructor Detail
Instance Method Detail
def to_protobuf
#
The ProtoBuf differs a LOT from the current Spec. Methinks this has changed a bunch since I last updated it.