Crate telemetry_subscribers

Source

Modules§

span_latency_prom
This is a module that records Tokio-tracing span latencies into Prometheus histograms directly. The name of the Prometheus histogram is “tracing_span_latencies[_sum/count/bucket]”

Structs§

FilterHandle
TelemetryConfig
Configuration for different logging/tracing options
TelemetryGuards
TracingHandle

Functions§

get_global_telemetry_config
init_for_testing
Globally set a tracing subscriber suitable for testing environments

Type Aliases§

BoxError
Alias for a type-erased error type.