Module fluvio_future::tracing [−][src]
re-export tracing
Modules
| callsite | Callsites represent the source locations from which spans or events originate. |
| dispatcher | Dispatches trace events to |
| event | Events represent single points in time during the execution of a program. |
| field | Structured data associated with |
| instrument | Attach a span to a |
| level_filters | Trace verbosity level filtering. |
| metadata | Metadata describing trace data. |
| span | Spans represent periods of time in which a program was executing in a particular context. |
| subscriber | Collects and records trace data. |
Macros
| debug | Constructs an event at the debug level. |
| debug_span | Constructs a span at the debug level. |
| error | Constructs an event at the error level. |
| error_span | Constructs a span at the error level. |
| event | Constructs a new |
| info | Constructs an event at the info level. |
| info_span | Constructs a span at the info level. |
| metadata | Statically constructs new span metadata. |
| span | Constructs a new span. |
| trace | Constructs an event at the trace level. |
| trace_span | Constructs a span at the trace level. |
| warn | Constructs an event at the warn level. |
| warn_span | Constructs a span at the warn level. |
Structs
| Dispatch |
|
| Event |
|
| Id | Identifies a span within the context of a subscriber. |
| Level | Describes the level of verbosity of a span or event. |
| Metadata | |
| Span | A handle representing a span, with the capability to enter the span if it exists. |
Traits
| Callsite | Trait implemented by callsites. |
| Instrument | Attaches spans to a |
| Subscriber | Trait representing the functions required to collect trace data. |
| Value | A field value of an erased type. |
Attribute Macros
| instrument | Instruments a function to create and enter a |