Returns the value to which the specified key is mapped, or undefined
if
this map contains no mapping for the key.
with which the specified value is to be associated.
the value to which the specified key is mapped, or undefined
if
this map contains no mapping for the key.
Serializes the TraceState to a list
as defined below. The list
is a
series of list-members
separated by commas ,
, and a list-member is a
key/value pair separated by an equals sign =
. Spaces and horizontal tabs
surrounding list-members
are ignored. There can be a maximum of 32
list-members
in a list
.
the serialized string.
Adds or updates the TraceState that has the given key
if it is
present. The new State will always be added in the front of the
list of states.
key of the TraceState entry.
value of the TraceState entry.
Removes the TraceState Entry that has the given key
if it is present.
the key for the TraceState Entry to be removed.
Generated using TypeDoc
Tracestate carries system-specific configuration data, represented as a list of key-value pairs. TraceState allows multiple tracing systems to participate in the same trace.