diff --git a/Gemfile b/Gemfile index 39deb460cf..8fd626eaf1 100644 --- a/Gemfile +++ b/Gemfile @@ -69,3 +69,4 @@ gem "rack-contrib", :git => 'https://github.com/rack/rack-contrib.git', :ref => gem "timecop", "~> 0.9.5" +gem 'ddtrace', require: 'ddtrace/auto_instrument' diff --git a/Gemfile.lock b/Gemfile.lock index 1c5bfb9692..ca5439d8a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,6 +37,15 @@ GEM bigdecimal rexml dalli (3.2.8) + datadog-ci (0.8.3) + msgpack + ddtrace (1.22.0) + datadog-ci (~> 0.8.1) + debase-ruby_core_source (= 3.3.1) + libdatadog (~> 7.0.0.1.0) + libddwaf (~> 1.14.0.0.0) + msgpack + debase-ruby_core_source (3.3.1) delayed_job (4.1.11) activesupport (>= 3.0, < 8.0) delayed_job_mongoid (3.0.0) @@ -107,6 +116,9 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) kgio (2.11.4) + libdatadog (7.0.0.1.0) + libddwaf (1.14.0.0.0) + ffi (~> 1.0) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -127,6 +139,7 @@ GEM mongoid_magic_counter_cache (1.1.1) mongoid rake + msgpack (1.7.2) multi_json (1.15.0) multipart-post (2.4.0) mustermann (3.0.0) @@ -230,6 +243,7 @@ DEPENDENCIES bundler codecov dalli + ddtrace delayed_job delayed_job_mongoid elasticsearch (~> 7.8.0)