abstract struct OpenTelemetry::API::AbstractContext::AbstractKey

Direct Known Subclasses

Defined in:

api/context/abstract_key.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name = CSUUID.unique.to_s, context = Context.current, id = CSUUID.unique) #

Instance Method Detail

abstract def <=>(other) #

abstract def context : Context #

abstract def get(context = Context.current) #

abstract def id : CSUUID #

abstract def name : String #

abstract def value #