dd-trace-rb icon indicating copy to clipboard operation
dd-trace-rb copied to clipboard

Datadog Tracing Ruby Client

Results 295 dd-trace-rb issues
Sort by recently updated
recently updated
newest added

**Current behaviour** GRPC integration logging error even when tracing is disabled. These errors are logged locally when running tests with tracing disabled. ``` E, [2024-06-18T14:45:33.966658 #817] ERROR -- ddtrace: [ddtrace]...

bug
integrations
community

**Current behaviour** Intermittent errors sending traces, unsure how to debug further ```` E, [2024-06-13T08:29:54.066769 #28] ERROR -- ddtrace: [ddtrace] (/usr/local/bundle/gems/ddtrace-1.22.0/lib/datadog/profiling/http_transport.rb:62:in `export') Failed to report profiling data ({:agent=>"unix:///var/run/datadog/apm.socket"}): failed ddog_prof_Exporter_send: connection...

bug
community
profiling

**Current behaviour** ``` ERROR -- ddtrace: [ddtrace] (/usr/local/bundle/gems/ddtrace-1.22.0/lib/datadog/core/remote/negotiation.rb:50:in `endpoint?') agent reachable but does not report /v0.7/config ``` **Expected behaviour** dd-trace should not throw an error when a instance is deployed....

bug
community

**What does this PR do?** This PR is the first step towards aligning the Ruby tracer with all other APM languages in inheriting the parent span's service name by default....

tracing

We use the `split_by_domain` option with the faraday instrumentation, which is really helpful to see information about how we interact with 3rd parties. However, we have a webhooks system which...

**Motivation:** In order to release `1.x-stable`, we need to update commit sha for RelEnv deployment **What does this PR do?** This PR attempt to provide the compute the latest commit...

dev/tooling
dev/ci

**What does this PR do?** Adding debug info for `Logger::LogDevice` **Motivation:** We have seen this flaky specs in CircleCI, especially with JRuby. ``` log writing failed. closed stream ``` The...

**What does this PR do?** This PR adds a GitHub workflow for parametrics system-tests **Motivation:** The SCA Env Var system-tests is run as a parametric test, and I wanted to...

dev/github

**What does this PR do?** Adds some more deprecation warnings for changes outlined in [the upgrade guide](https://github.com/DataDog/dd-trace-rb/blob/master/docs/UpgradeGuide2.md). Includes: - `Use of non-strings for 'env' configuration is deprecated. Use a string...

core
feature
deprecation
2.0

**Current behaviour** I'm trying to upgrade ddtrace from 0.53.0 to 1.23.0 for one of our Rails apps that instruments both Sidekiq and Redis, which unfortunately, leads to a "stack level...

bug
community