Changes between Version 3 and Version 4 of GENIMonitoring/Metrics


Ignore:
Timestamp:
05/20/15 12:57:11 (9 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIMonitoring/Metrics

    v3 v4  
    33The GENI Monitoring System captures measurement data for objects is referred to as `Metrics`. Each `Metric` is a table.  There are 5 attributes for each `Metric` table:
    44 - "name" identifies the measurement for the object. The table created will be `ops_<object>_<measurement name`>
    5  - "id" a column always present in the measurement table, always of varchar type.  (refers to an id instance in the `ops_<object>` table).
     5 - "id" a column always present in the measurement table, always of varchar type.  Refers to an id instance in the `ops_<object>` table.
    66 - "ts" a column always present in the measurement table, always of type int8.  Represents the time as the number of microseconds since Jan 1 1970 00:00:00 UTC.
    77 - "v" a column always present in the measurement table. The type varies to best represent the measurement.