Module: Sidekiq::History

Defined in:
lib/sidekiq/history.rb,
lib/sidekiq/history/charts.rb,
lib/sidekiq/history/version.rb,
lib/sidekiq/history/statistic.rb,
lib/sidekiq/history/log_parser.rb,
lib/sidekiq/history/middleware.rb,
lib/sidekiq/history/configuration.rb,
lib/sidekiq/history/web_extension.rb,
lib/sidekiq/history/statistic/redis_statistic.rb,
lib/sidekiq/history/statistic/runtime_statistic.rb

Defined Under Namespace

Modules: WebExtension Classes: Charts, Configuration, LogParser, Middleware, RedisStatistic, RuntimeStatistic, Statistic

Constant Summary collapse

VERSION =
'0.2.0'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject



24
25
26
# File 'lib/sidekiq/history.rb', line 24

def self.configuration
  @configuration ||= Configuration.new
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



28
29
30
# File 'lib/sidekiq/history.rb', line 28

def self.configure
  yield(configuration)
end