dd-trace-rb
dd-trace-rb copied to clipboard
Datadog Tracing Ruby Client
**Is your feature request related to a problem? Please describe.** We would like to be able to rename services through configuration with the service mapping env var. This is something...
**Is your feature request related to a problem? Please describe.** After adding custom tags and spans to our APM traces we have a need to take a value from a...
**What does this PR do?** This PR updates the Gem version requirements for a few different libraries we currently use in production. I've tested these integrations locally and they all...
**What does this PR do?** **Motivation** **Additional Notes** **How to test the change?**
**What does this PR do?** Propagate expires information to content instances. Make sure to remove content information from `config_state` when content has expired. **Motivation** The `config_states` information have to change...
Followup to this [thread](https://github.com/DataDog/dd-trace-rb/pull/2617/files#r1137390655). Updated the app from ddtrace 1.5.2 to 1.10.1. The only noticeable change according to release notes was appsec-specific. **Current behaviour** Enabling appsec with sinatra integration raises...
**What does this PR do?** Introduce a native ruby ReadWrite Lock implementation. This RWLock would be used in subsequent work for the Remote Client Configuration. You can check this [PR](https://github.com/DataDog/dd-trace-rb/pull/2714)...
**What does this PR do?** 1. Add JRuby 9.4 into our matrix 2. Disable action cable test that are causing `log writing failed. closed stream` in CircleCI. **Motivation:** Increase coverage...
**What does this PR do?** Adds entities to collect metrics and flush them to telemetry events: - `MetricsCollection` aggregates metrics per **namespace** and on demand flushes them to a queue...
**What does this PR do?** This PR is a follow-up on #3723. For the 1.23.3 dd-trace-rb release, we included a quite detailed post-install message to tell customers that the new...