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) #

[View source]

Instance Method Detail

abstract def <=>(other) #

[View source]
abstract def context : Context #

[View source]
abstract def get(context = Context.current) #

[View source]
abstract def id : CSUUID #

[View source]
abstract def name : String #

[View source]
abstract def value #

[View source]