TonyCTHsu

Results 35 issues of TonyCTHsu

**Why & What** Datadog GraphQL integration is deprecating `analytics_enabled`, `analytics_sample_rate`. Hence, marking it with comment, and removing it from documentation to prevent it more usage https://github.com/DataDog/dd-trace-rb/pull/2214

**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...

**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....

### Motivation Currently, sending 100% of traces from the application to the Datadog Agent was hitting multiple limits: - High cost of encoding traces in the application - High cost...

**Why** Datadog is working on unified tagging initiative, in order to provide unified experience across different language implementation https://github.com/DataDog/dd-trace-rb/pull/2278 **What** ##### graphql.source A representation of [source](https://graphql.org/graphql-js/language/#source-1) input to GraphQL. candidates:...

**What does this PR do?** Fix redis database index in spec **Motivation** The flaky spec in introduced from https://github.com/DataDog/dd-trace-rb/pull/2274 The redis connection would fire `select db` command when switching database,...

dev/testing

## Setup Guide ### Install in `Gemfile` ``` gem 'ddtrace', require: 'ddtrace/auto_instrument' ``` ### Configuration in `config/initializers/datadog.rb` ``` Datadog.configure do |c| # Do your custom configuration end ``` ---- ##...

integrations

**What does this PR do?** Tag data storage spans with `db.system` |integration|value| |-----|-----| |mongodb|mongodb| |elasticsearch|elasticsearch| |redis|redis| |pg|postgresql| |mysql2|mysql| |dalli|memcached|

feature-parity

**What does this PR do?** Add tag `db.mongodb.collection` for `mongodb` integration

feature-parity