opentelemetry-rust
https://github.com/open-telemetry/opentelemetry-rust
Rust
OpenTelemetry API and SDK for Rust
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported0 Subscribers
Add a CodeTriage badge to opentelemetry-rust
Help out
- Issues
- Unify SDK error types: remove `TraceError` and refactor `InMemoryExporterError` to use `OTelSdkError`
- Tracking: spec-required environment variables not yet supported
- Shutdown paths panic on thread join failures instead of returning errors
- Graduate stable spec features out of experimental feature flags before 1.0
- Processor test suite gaps: no coverage for tokio-dependent exporters or runtime deadlock scenarios
- feat(otlp): support INSECURE environment variables for gRPC
- ci: split lint into parallel jobs and remove redundant checks
- feat(sdk): support OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT
- perf(sdk): store InstrumentationScope in Arc for cheaper tracer clones
- perf(sdk,otlp): add SpanBatch for borrowed span export, eliminate exporter clones
- Docs
- Rust not yet supported