Module telemetry

Module telemetry 

Source
Expand description

Contains functions that configure and initialize tracing telemetry, as well as additional helpers.

Functions§

get_subscriber
Compose multiple layers into a tracing’s subscriber.
get_subscriber_test
Creates a subscriber that dumps traces into a sink. Used for automated testing.
init_subscriber
Register a subscriber as global default to process span data.
spawn_blocking_with_tracing
Spawn a blocking function within the current tracing Span