class Parsers::Group

Constants

STATS

Public Instance Methods

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