struct OpenTelemetry::Context::Key
- OpenTelemetry::Context::Key
- Struct
- Value
- Object
Defined in:
opentelemetry-api/context/key.crConstructors
Instance Method Summary
- #<=>(val)
- #context : ContextContainer
- #get(context = Context.current)
- #id : CSUUID
- #name : String
- #value
Constructor Detail
def self.new(name : String = CSUUID.unique.to_s, context : SplayTreeMap(OpenTelemetry::Context::Key, String) = Context.current, id : CSUUID = CSUUID.unique)
#