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§
- Filter
Handle - LogTail
- A per-target output route: additionally write
target’s logs tofile. Configured via theRUST_LOG_TAILSenv var, e.g.graphql_request=/var/log/sui/graphql_request.jsonl. - Telemetry
Config - Configuration for different logging/tracing options
- Telemetry
Guards - Tracing
Handle
Enums§
- LogFormat
- Output format for a per-target log route (see
TelemetryConfig::log_tails). Inferred from the route’s file extension.
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.