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

See #520 Our framework-level integrations (e.g. [Rails](https://github.com/DataDog/dd-trace-rb/blob/08c823edb60f61f75c1d96876d599bbf47dd6c62/lib/datadog/tracing/contrib/rails/framework.rb) or [Sinatra](https://github.com/DataDog/dd-trace-rb/blob/08c823edb60f61f75c1d96876d599bbf47dd6c62/lib/datadog/tracing/contrib/sinatra/framework.rb)) can perform changes to the configuration of their sub-parts' integrations. For example, the Rails integration configures the Rack integration: https://github.com/DataDog/dd-trace-rb/blob/08c823edb60f61f75c1d96876d599bbf47dd6c62/lib/datadog/tracing/contrib/rails/framework.rb#L66-L71 This...

bug
integrations

Heyo. So we are a customer that uses the App Analytics feature until a future single-span control system is in place. We are on an older version of the client...

community

Hi, I'm using activerecord integration. I looked into some missing traces and finally I found that those traces contain huge INSERT SQL (nearly 5MiB) created by [activerecord-import](https://github.com/zdennis/activerecord-import) gem and had...

bug
integrations
community

Some integrations support quantization of collected data, to allow filtering out sensitive details or to remove unnecessary data from collection. Today these options [are not thoroughly documented](https://github.com/DataDog/dd-trace-rb/blob/master/docs/GettingStarted.md#elasticsearch). We should expand...

docs
feature-request

After upgrading to ddtrace v0.54.2, we started receiving these errors during app shutdown: ``` E, [2022-01-21T18:52:02.250127 #4] ERROR -- ddtrace: [ddtrace] (/app/vendor/bundle/ruby/3.0.0/gems/ddtrace-0.54.2/lib/ddtrace/transport/http/client.rb:37:in `rescue in send_request') Internal error during HTTP transport...

I would like to preface this request by saying that this might not be what DD Tracing was built for but I find the tool very useful so I'm exploring...

question
community
ci-app

Our supported Presto client has been [renamed since version 1.0.0](https://github.com/treasure-data/trino-client-ruby/blob/3d0f0e475e0249c81e245c41ad7dac43f8b71367/ChangeLog.md#100). We should add the new `trino-client` gem to our test suite, in addition to `presto-client`.

community/help-wanted
integrations

Currently using rack and streaming response bodies, Datadog will only show a trace until the server replies with a status code while the body is still being sent. This creates...

integrations
feature-request
community

I found sample code of Sinatra integration does not work if application is classic style. I mean [This sample code](https://github.com/DataDog/dd-trace-rb/blob/5c316c0cabdc24cbe80136fdbbada0f3ed2bd8f9/docs/GettingStarted.md#sinatra) has a problem. Sinatra classic style application start in at_exit...

bug
integrations
community

Hey, I'm the author of WaterDrop and Karafka framework (https://github.com/karafka/karafka). I've been frequently requested and asked for a DD integration. I have DD integration for WaterDrop in progress (should be...

question
integrations
community