class Sidekiq::Monitor::Counters::Queue

Public Class Methods

events_column() click to toggle source
# File lib/sidekiq/monitor/counters/queue.rb, line 9
def self.events_column
  'queue'
end
namespace() click to toggle source
# File lib/sidekiq/monitor/counters/queue.rb, line 5
def self.namespace
  'monitor:queues'
end