Crate swarmd_instruments

Source

Modules§

instrument
Attach a span to a std::future::Future.
reexport

Macros§

debug
Constructs an event at the debug level.
error
Constructs an event at the error level.
info
Constructs an event at the info level.
info_span
Constructs a span at the info level.
warn
Constructs an event at the warn level.

Structs§

Instruments
Instrument layer for internal traces

Attribute Macros§

instrument
Instruments a function to create and enter a tracing span every time the function is called.