# salvo-otel ## OpenTelemetry support for Salvo(Just placeholder now, will publish soon...). This is offical crate, so you can enable it in `Cargo.toml` like this: ```toml salvo = { version = "*", features=["otel"] } ``` ## Documentation & Resources - [API Documentation](https://docs.rs/salvo-otel) - [Example Projects](https://github.com/salvo-rs/salvo/examples/)