Method: Gitlab::Client::Sidekiq#sidekiq_compound_metrics
- Defined in:
- lib/gitlab/client/sidekiq.rb
permalink #sidekiq_compound_metrics ⇒ Object
Get a compound response of all the previously mentioned metrics
35 36 37 |
# File 'lib/gitlab/client/sidekiq.rb', line 35 def sidekiq_compound_metrics get('/sidekiq/compound_metrics') end |