module Sidekiq::Monitor
Constants
- DEFAULTS
- VERSION
Public Class Methods
options()
click to toggle source
# File lib/sidekiq/monitor.rb, line 18 def self.options @options ||= DEFAULTS.dup end
options=(opts)
click to toggle source
# File lib/sidekiq/monitor.rb, line 22 def self.options=(opts) @options = opts end
root_path()
click to toggle source
# File lib/sidekiq/monitor.rb, line 30 def self.root_path sidekiq_monitor_path = Sidekiq::Monitor::Engine.routes.url_helpers.sidekiq_monitor_path "#{::Rails.application.config.relative_url_root}#{sidekiq_monitor_path}" end
table_name_prefix()
click to toggle source
# File lib/sidekiq/monitor.rb, line 26 def self.table_name_prefix 'sidekiq_' end