class Parsers::Process

Constants

STATS

Public Instance Methods

run() click to toggle source
# File lib/parsers/process.rb, line 17
def run
  STATS.each do |key|
    gauge(key, key)
  end
end