# File lib/lograge/formatters/l2met.rb, line 38 def format(key, value) key = "measure#page.#{key}" if value.is_a?(Float) super(key, value) end