MetricsKeyResultEntry
Metrics result for a key
Properties
Description about the metric key
Metric key
Data per object and node, if data is reported and aggregated per node per object. If a particular metric keys data is not aggregated and reported per node and per object then the node and object info will be empty and only data points will be returned
Metrics unit enum
Possible values are: METRIC_COUNT , BITS_PER_SECOND , PERCENT , MILLISECONDS , SECONDS , PER_SECOND , BYTES , KILO_BYTES , KILO_BYTES_PER_SECOND , BYTES_PER_SECOND , KILO_BITS_PER_SECOND , GIGA_BYTES , MEGA_BYTES , NORMALIZED , STRING , SEC , MIN , DAYS , KB , MB , GB , MBPS , GHZ , RATIO , MICROSECONDS , HEALTH , HOURS , PACKETS_PER_SECOND
JSON Example
{
"description": "string",
"key": "string",
"results": [
{
"data": [
{
"time": 0,
"value": "string"
}
],
"node_id": "string",
"node_name": "string",
"node_path": "string",
"object_id": "string"
}
],
"unit": "METRIC_COUNT"
}
Property Of
MetricsResourceResultEntry