Method: Bipbip::Plugin::PhpApc#metrics_schema

Defined in:
lib/bipbip/plugin/php_apc.rb

#metrics_schemaObject



5
6
7
8
9
10
# File 'lib/bipbip/plugin/php_apc.rb', line 5

def metrics_schema
  [
      {:name => 'opcode_mem_size', :type => 'gauge', :unit => 'b'},
      {:name => 'user_mem_size', :type => 'gauge', :unit => 'b'},
  ]
end