struct OpenTelemetry::Context::Key

Defined in:

context/key.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def <=>(other) #

def context : Context #

def get(context = Context.current) #

def id : CSUUID #

def name : String #

def value #