Skip to main content

Module roles

Module roles 

Available on crate feature dial9 only.
Expand description

Values recognized under ROLE_KEY.

Constants§

SPAN_DURATION
Duration of a completed single-event span. A decoder needs any two of start, duration, and end (the packed event timestamp) to place the span; the third is derived.
SPAN_NAME
Dynamic display name of a completed single-event span.
SPAN_START
Start timestamp of a completed single-event span.
THREAD_ID
OS thread ID captured at span start.
TOKIO_TASK_ID
Tokio task ID captured at span start.
TOKIO_WORKER_ID
Tokio worker ID captured at span start.