class Hitimes::Metric

Metric hold the common meta information for all derived metric classes

All metrics hold the meta information of:

* The name of the metric * The time of day the first measurement is taken * The time of day the last measurement is taken * additional data

Each derived class is assumed to set the sampling_start_time and sampling_stop_time appropriately.

Metric itself should generally not be used. Only use the derived classes.