added new-relic gem for monitoring

This commit is contained in:
olegphenomenon 2021-11-24 22:40:20 +02:00
parent 6b88511b96
commit 8e0d80dd10
3 changed files with 17 additions and 0 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@
/config/application.yml /config/application.yml
/config/environments/development.rb /config/environments/development.rb
/config/deploy.rb /config/deploy.rb
/config/newrelic.yml
/.idea /.idea
# Do not commit one. Instead, download the latest from https://github.com/internetee/style-guide. # Do not commit one. Instead, download the latest from https://github.com/internetee/style-guide.

View file

@ -102,3 +102,5 @@ gem 'aws-sdk-sesv2', '~> 1.19'
# profiles # profiles
gem 'pghero' gem 'pghero'
gem 'pg_query', '>= 0.9.0' gem 'pg_query', '>= 0.9.0'
gem 'newrelic_rpm'
gem 'newrelic-infinite_tracing'

View file

@ -235,6 +235,14 @@ GEM
activesupport (>= 5.0) activesupport (>= 5.0)
google-protobuf (3.19.1) google-protobuf (3.19.1)
google-protobuf (3.19.1-x86_64-linux) google-protobuf (3.19.1-x86_64-linux)
googleapis-common-protos-types (1.3.0)
google-protobuf (~> 3.14)
grpc (1.41.1)
google-protobuf (~> 3.17)
googleapis-common-protos-types (~> 1.0)
grpc (1.41.1-x86_64-linux)
google-protobuf (~> 3.17)
googleapis-common-protos-types (~> 1.0)
gyoku (1.3.1) gyoku (1.3.1)
builder (>= 2.1.2) builder (>= 2.1.2)
haml (5.2.2) haml (5.2.2)
@ -311,6 +319,10 @@ GEM
mustermann (1.1.1) mustermann (1.1.1)
ruby2_keywords (~> 0.0.1) ruby2_keywords (~> 0.0.1)
netrc (0.11.0) netrc (0.11.0)
newrelic-infinite_tracing (8.1.0)
grpc (~> 1.34)
newrelic_rpm (= 8.1.0)
newrelic_rpm (8.1.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.12.5) nokogiri (1.12.5)
mini_portile2 (~> 2.6.1) mini_portile2 (~> 2.6.1)
@ -554,6 +566,8 @@ DEPENDENCIES
mimemagic (= 0.4.3) mimemagic (= 0.4.3)
minitest (~> 5.14) minitest (~> 5.14)
money-rails money-rails
newrelic-infinite_tracing
newrelic_rpm
nokogiri (~> 1.12.5) nokogiri (~> 1.12.5)
omniauth omniauth
omniauth-rails_csrf_protection omniauth-rails_csrf_protection