Class: Mnemonic::Metric::RSS
Defined Under Namespace
Instance Attribute Summary
Attributes inherited from Base
#diff, #diff_from_start, #prev_value, #start_value, #value
Instance Method Summary collapse
Methods inherited from Base
#each_submetric, #refresh!, #start!
Instance Method Details
#kind ⇒ Object
11 12 13 |
# File 'lib/mnemonic/metric/rss.rb', line 11 def kind :bytes end |
#name ⇒ Object
7 8 9 |
# File 'lib/mnemonic/metric/rss.rb', line 7 def name 'RSS'.freeze end |