TonyCTHsu
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.  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,...
## 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 ``` ---- ##...
**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|
**What does this PR do?** Add tag `db.mongodb.collection` for `mongodb` integration