key() = unicode:unicode_binary()
metadata() = [unicode:unicode_binary() | {unicode:unicode_binary(), unicode:unicode_binary()}]
t() = #{key() => {value(), metadata()}}
value() = unicode:unicode_binary()
clear/0 | |
clear/1 | |
get_all/0 | |
get_all/1 | |
set/1 | |
set/2 | |
set/3 | |
set/4 |
clear() -> ok
clear(Ctx::otel_ctx:t()) -> otel_ctx:t()
get_all() -> t()
get_all(Ctx::otel_ctx:t()) -> t()
set(Key::otel_ctx:t() | key() | unicode:charlist(), Value::#{key() => value()} | [{key(), value()}] | value()) -> otel_ctx:t()
set(Key::otel_ctx:t() | key(), Value::key() | value(), Metadata::value() | list()) -> ok | otel_ctx:t()
set(Ctx::otel_ctx:t(), Key::key(), Value::value(), Metadata::metadata()) -> otel_ctx:t()
Generated by EDoc