Marco Costa
Marco Costa
**What does this PR do?** **Motivation:** **Change log entry** **Additional Notes:** **How to test the change?**
Fixes #4191 [Kicks](https://github.com/ruby-amqp/kicks) is a fork/continuation of the `sneakers` gem ([announcement](https://github.com/jondot/sneakers/commit/9780692624c666b6db8266d2d5710f709cb0f2e2)). **Change log entry** Yes. Add support for the `kicks` gem **Additional Notes:** They kept everything the same, even the...
**What does this PR do?** Provides a way for configuration overrides to be reliably merged and validated. **Change log entry** **Additional Notes:** **How to test the change?**
**What does this PR do?** **Motivation** **Additional Notes** **How to test the change?**
## Motivation ## Changes ## Workflow 1. ⚠️ Create your PR as draft ⚠️ 2. Work on you PR until the CI passes 3. Mark it as ready for review...
**What does this PR do?** Add two new HTTP headers to the trace agent transport: 'Datadog-Entity-ID' and 'Datadog-External-Env'. These headers, alongside the existing 'Datadog-Container-ID', ensure the Datadog agent knows from...
_**(I'll squash the commits on reviews finish)**_ **What does this PR do?** This PR ensure errors raised from native `ext/` code have enough context to be valuable in telemetry. **Motivation:**...
**What does this PR do?** Related issue comment: https://github.com/DataDog/dd-trace-rb/issues/4170#issuecomment-3074067411 This PR updates the documentation on how to configure the GraphQL tracing mechanism, since it cannot be changed once first configuration...
**What does this PR do?** **Motivation:** **Change log entry** **Additional Notes:** **How to test the change?**
Fixes #3465 Async query execution, introduced in [Rails 7.0.0](https://github.com/rails/rails/releases/tag/v7.0.0#:~:text=ActiveRecord%3A%3ARelation%23load_async) and expanded in [Rails 7.1.0](https://guides.rubyonrails.org/7_1_release_notes.html#active-record-api-for-general-async-queries), now correctly parents the async spans to the context where the query resolution happens. This context...