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.
type trace-state = list<tuple<string, string>>;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.
type trace-state = list<tuple<string, string>>;