mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
added new-relic gem for monitoring
This commit is contained in:
parent
6b88511b96
commit
8e0d80dd10
3 changed files with 17 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -9,6 +9,7 @@
|
|||
/config/application.yml
|
||||
/config/environments/development.rb
|
||||
/config/deploy.rb
|
||||
/config/newrelic.yml
|
||||
/.idea
|
||||
|
||||
# Do not commit one. Instead, download the latest from https://github.com/internetee/style-guide.
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -102,3 +102,5 @@ gem 'aws-sdk-sesv2', '~> 1.19'
|
|||
# profiles
|
||||
gem 'pghero'
|
||||
gem 'pg_query', '>= 0.9.0'
|
||||
gem 'newrelic_rpm'
|
||||
gem 'newrelic-infinite_tracing'
|
||||
|
|
14
Gemfile.lock
14
Gemfile.lock
|
@ -235,6 +235,14 @@ GEM
|
|||
activesupport (>= 5.0)
|
||||
google-protobuf (3.19.1)
|
||||
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)
|
||||
builder (>= 2.1.2)
|
||||
haml (5.2.2)
|
||||
|
@ -311,6 +319,10 @@ GEM
|
|||
mustermann (1.1.1)
|
||||
ruby2_keywords (~> 0.0.1)
|
||||
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)
|
||||
nokogiri (1.12.5)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
|
@ -554,6 +566,8 @@ DEPENDENCIES
|
|||
mimemagic (= 0.4.3)
|
||||
minitest (~> 5.14)
|
||||
money-rails
|
||||
newrelic-infinite_tracing
|
||||
newrelic_rpm
|
||||
nokogiri (~> 1.12.5)
|
||||
omniauth
|
||||
omniauth-rails_csrf_protection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue