struct OpenTelemetry::Context::Key
- OpenTelemetry::Context::Key
- OpenTelemetry::API::AbstractContext::AbstractKey
- Struct
- Value
- Object
Defined in:
context/key.crConstructors
Instance Method Summary
Constructor Detail
def self.new(name : String = CSUUID.unique.to_s, context : OpenTelemetry::Context = Context.current, id : CSUUID = CSUUID.unique)
#