tracing_core::span - Rust (original) (raw)

tracing_core

Module span

Source

Expand description

Spans represent periods of time in the execution of a program.

Structs§

Attributes

Attributes provided to a Subscriber describing a new span when it is created.

Current

Indicates what the Subscriber considers the “current” span.

Id

Identifies a span within the context of a subscriber.

Record

A set of fields recorded by a span.