Plug-and-play observability for Sevria backend services using OpenTelemetry.
Add the crate to your project using Cargo:
cargo add sevria-service-telemetryThe following environment variables can be used to configure the service:
| Variable | Description | Default | Example |
|---|---|---|---|
SERVICE_ENVIRONMENT |
Specifies the deployment environment. | development |
production |
SERVICE_INSTANCE_ID |
Unique identifier for the running service instance. | System hostname | server.internal |