hirosystems / hirosystems/stacks-devnet-api
Implement Tracing in stacks-devnet-api
Open
enhancement
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Add tracing capabilities which implement the [otel protocol](https://opentelemetry.io/docs/specs/otel/protocol/). We can start with auto-instrumentation to generate traces and spans for all network requests, and add custom instrumentation later to generate more in-depth spans for function calls if desired.
[The OpenTelemetry Rust library can be used for this.](https://github.com/open-telemetry/opentelemetry-rust)
Contributor guide
Assessment
This issue has not been assessed yet.