Fun with PWM  0.32
Metric.MetricValue Class Reference

Metric values are self archiving with a timestamp. More...

Inheritance diagram for Metric.MetricValue:

Public Member Functions

def __init__ (self, name='', timestamp=0, datatype='', strvalue='', datavalue=None, archive=True, batch=10)
 
def archive (self)
 

Public Attributes

 name
 
 timestamp
 
 datatype
 
 strvalue
 
 datavalue
 

Detailed Description

Metric values are self archiving with a timestamp.

Constructor & Destructor Documentation

§ __init__()

def Metric.MetricValue.__init__ (   self,
  name = '',
  timestamp = 0,
  datatype = '',
  strvalue = '',
  datavalue = None,
  archive = True,
  batch = 10 
)
Initializes MetricValue object
In-memory objects which hold historic values of a metric
they are also responsible for archiving themselves

Member Function Documentation

§ archive()

def Metric.MetricValue.archive (   self)
a metric triggers this function but it only writes to the file once 10 values have been collected
metricvalue.archive()

The documentation for this class was generated from the following file: