Method: PCPEasy::Metric#semantics
- Defined in:
- lib/pcp_easy/metric.rb
#semantics ⇒ Object
29 30 31 32 33 34 35 36 37 38 39 40 |
# File 'lib/pcp_easy/metric.rb', line 29 def semantics case @pm_desc.sem when PCPEasy::PMAPI::PM_SEM_COUNTER :counter when PCPEasy::PMAPI::PM_SEM_INSTANT :instant when PCPEasy::PMAPI::PM_SEM_DISCRETE :discrete else :unknown end end |