Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
added back overview caching that disappeared in a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Aug 5, 2015
1 parent 37cfbb9 commit 378b313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/pivotal_rabbitmq_plugin/pivotal_rabbitmq_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def poll_cycle
puts "[RabbitMQ] Debug Mode On: Metric data will not be sent to new relic"
end

@overview = rmq_manager.overview
report_metric_check_debug 'Queued Messages/Ready', 'messages', queue_size_ready
report_metric_check_debug 'Queued Messages/Unacknowledged', 'messages', queue_size_unacknowledged

Expand Down

0 comments on commit 378b313

Please sign in to comment.