Expand description
OpenTelemetry distributed tracing support for Rialo.
This crate provides a simple interface to set up OpenTelemetry tracing that sends traces to an OTLP exporter via HTTP. It uses environment variables for configuration and is designed to be easily integrated into Rialo main binaries.
Structs§
- Telemetry
Config - Configuration for telemetry initialization.
- Telemetry
Handle - Handle to the telemetry system that can be used to shut it down
Functions§
- init_
telemetry - Initialize telemetry with the given configuration.