Type

trace-state

Carries system-specific configuration data, represented as a list of key-value pairs. trace-state allows multiple tracing systems to participate in the same trace.

If any invalid keys or values are provided then the trace-state will be treated as an empty list.

type trace-state = list​<tuple​<string, string>>;