dd-trace-rb
dd-trace-rb copied to clipboard
Datadog Tracing Ruby Client
* Fix `Datadog::SpanOperation` -> `Datadog::Tracing::SpanOperation` * Fix `Datadog::TraceOperation` -> `Datadog::Tracing::TraceOperation` **What does this PR do?** Fix typos in documentation **Motivation** While upgrading code to the 1.x API (we were using...
**Motivation** For Sinatra/Rack instrumentation, the middleware stack architecture renders nested flamegraph for span. Although it is technically correct, the user experience with such UI is suboptimal. ![Screenshot 2022-08-22 at 15...
This PR implements part of the `[RFC] Trace Tags Propagation in Distributed Traces`. The work will be merged into the `feat-Sampling-Propagation` branch, like this PR. This PR serializes and deserializes...
**What does this PR do?**: Adds the new `Profiling::Collectors::CpuAndWallTimeWorker`. The `CpuAndWallTimeWorker` component takes care of automatically triggering the `CpuAndWallTime` collector. In a single sentence, this component a) runs in a...
This PR adds support for single span sampling to the tracer. Single Span Sampling allows you to: ```md You can configure sampling rule that allow you keep spans despite their...
The current implementation of the Rails integration causes log correlation information to be added twice to the logger when using Lograge. This breaks log parsing in Datadog if Lograge is...
# The new Ruby profiler, aka "CPU Profiling 2.0", is considered to be alpha state. We do not recommend turning it on. But! We actually can turn it on now...
**Current behaviour** I have `rails` integration enabled, I am trying to disable `active_support` selectively but from my logs, I see it still emitting spans. Full config below I have this...
**What does this PR do?** Leveraging existing Rails 6 integration environment to setup resque worker for debugging **Motivation** It is reported that the instrumentation for ActiveJob/Resque is not working, and...
**What does this PR do?** Remove the analytics related documentation **Motivation** Integration analytics options are deprecated. We recently added some back from our community, which was meant to be removed....