stratus::infra

Module tracing

Source

Structs§

EnteredWrap
A wrapper around tracing::span::Entered that is not Send.
TracingConfig
TracingContextLayer
TracingJsonFormatter
TracingMinimalTimer

Enums§

TracingLogFormat
Tracing event log format.
TracingProtocol

Traits§

SpanExt
Extensions for tracing::Span.
TracingExt
Extensions for values used as fields in tracing macros.

Functions§

info_task_spawn
Emits an info message that a task was spawned to backgroud.
new_cid
Creates a new possible unique correlation ID.
warn_task_cancellation
Emits an warning that a task is exiting because it received a cancenllation signal.
warn_task_rx_closed
Emits an warning that a task is exiting because the rx side was closed.
warn_task_tx_closed
Emits an warning that a task is exiting because the tx side was closed.