diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-09-29 03:16:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 03:16:44 +0200 |
commit | 35a8cafa35c12d33f9f761bacab189397b34045f (patch) | |
tree | 2ab7c244c04ad8a7be71b284e89e6200e923e90c /config/environments | |
parent | f4ca116ea8f86057e91c99a1cd8e64e116c86746 (diff) |
Replace self-rolled statsd instrumention with localshred/nsa (#5118)
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb index 397ea48da..5705ffcfe 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -90,11 +90,6 @@ Rails.application.configure do config.action_mailer.delivery_method = ENV.fetch('SMTP_DELIVERY_METHOD', 'smtp').to_sym - config.to_prepare do - StatsD.backend = StatsD::Instrument::Backends::NullBackend.new if ENV['STATSD_ADDR'].blank? - Sidekiq::Logging.logger.level = Logger::WARN - end - config.action_dispatch.default_headers = { 'Server' => 'Mastodon', 'X-Frame-Options' => 'DENY', |