Module: Yabeda::Puma::Plugin::Statistics

Defined in:
lib/yabeda/puma/plugin/statistics.rb,
lib/yabeda/puma/plugin/statistics/parser.rb,
lib/yabeda/puma/plugin/statistics/fetcher.rb

Defined Under Namespace

Classes: Fetcher, Parser

Constant Summary collapse

METRICS =
[:backlog, :running, :pool_capacity, :max_threads, :busy_threads, :requests_count]
CLUSTERED_METRICS =
[:booted_workers, :old_workers, :workers]