Skip to content

Commit

Permalink
Revert "Fix that Rails.cache information could not be sent via StatsD (
Browse files Browse the repository at this point in the history
…mastodon#8831)"

This reverts commit 38a48a6.
  • Loading branch information
lindwurm committed Nov 1, 2018
1 parent c68b915 commit fe2ce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
::NSA.inform_statsd(statsd) do |informant|
informant.collect(:action_controller, :web)
informant.collect(:active_record, :db)
informant.collect(:active_support_cache, :cache)
informant.collect(:cache, :cache)
informant.collect(:sidekiq, :sidekiq)
end
end

0 comments on commit fe2ce05

Please sign in to comment.