Stores counter metrics that have been flushed to the RSSD.
Column |
Datatype |
Description |
---|---|---|
run_id |
rs_id |
Number assigned to the run or observation period |
instance_id |
int |
An ID that identifies a module instance. Counters are grouped by modules. A module may have one instance or multiple instances. Defined module IDs are used when available. For example, the instance_id for a DSI module is the database ID associated with the DSI. |
instance_val |
int |
An ID that identifies a module instance when instance_id can not identify it uniquely. |
counter_id |
int |
Unique counter identification number |
counter_obs |
int |
Number of observations |
counter_total |
int |
Total of observed values for the run or observation period |
counter_last |
int |
Last observed value for the run or observation period |
counter_max |
int |
Maximum observed value for the run or observation period |
label |
varchar(255) |
Descriptive information about the module instance associated with the counter, such as the data server and database name. |