opentelemetry-rust
SKILL.md
OpenTelemetry Rust Instrumentation
Expert guidance for instrumenting Rust applications with OpenTelemetry using the official Rust SDK and manual instrumentation.
Quick Start
Install Dependencies
Add to your Cargo.toml:
[dependencies]
opentelemetry = "0.27"
opentelemetry-sdk = "0.27"
opentelemetry-otlp = "0.27"
tokio = { version = "1", features = ["full"] }