Changes between Version 2 and Version 3 of GENIMonitoring/Metrics


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIMonitoring/Metrics

    v2 v3  
    22
    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:
    4  - "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).
     4 - "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).
    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.