opentelemetry-rust
opentelemetry-rust copied to clipboard
The Rust OpenTelemetry implementation
### What happened? I'm trying to compile a project for WASM runtime (`wasm32-unknown-unknown`) and it seems like `opentelemetry-http` (loaded by `opentelemetry-zipkin`) is trying to implement a trait for `reqwest::blocking::Client` but...
### What happened? This is in continuation to the PR #1346 which propagates event name to the exporters by populating it in the attributes. The tokio tracing library has recently...
[As outlined on Matrix](https://matrix.to/#/!lkJkNRsIPyqsgwkOVs:gitter.im/$a31DRsylMhtPm94YANRFfwOgj-hFoI67r0QmTOZbc10?via=gitter.im&via=matrix.org&via=chaospixel.com), I’ve got a short-lived (periodically executed) application that uses reqwest, tracing-opentelemetry, and opentelemetry-jaeger. I noticed it frequently drops the main span when it exits, leaving the...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Fixes # Design discussion issue (if applicable) # ## Changes Please provide a brief description of the changes here. ## Merge requirement checklist * [ ] [CONTRIBUTING](https://github.com/open-telemetry/opentelemetry-rust/blob/main/CONTRIBUTING.md) guidelines followed *...
Fixes #997 Design discussion issue (if applicable) # ## Changes We already append /v1/traces for grpc-tonic, start appending /v1/traces to http URLs, as well as using the OTEL_EXPORTER_OTLP_TRACES_ENDPOINT if it...
Is there any end to end example of taking an upstream trace, adding to it and then calling a downstream service with a new traceparent?
Apologies if I'm missing something simple, but I'm trying to set up a client-side exporter that will send telemetry data to a jaeger instance. I found the `wasm_collector_client` flag on...
We need to document the release process to help us release more frequently. We should have a step-by-step guide to release a create
Consider the use of parameterized tests for scenarios where only the inputs and expected outputs differ, to reduce redundant test code. Rust doesn't support it directly, but there are external...