Skip to main content

Crate rialo_telemetry

Crate rialo_telemetry 

Source
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§

TelemetryConfig
Configuration for telemetry initialization.
TelemetryHandle
Handle to the telemetry system that can be used to shut it down

Functions§

init_telemetry
Initialize telemetry with the given configuration.