metric element
Type: | apiMetric |
A metric represents a specific metric monitored by the Cloudera Management Services, and a list of values matching a user query.
These fields are available only in the "full" view:
- displayName
- description
Example JSON
{
"name" : "...",
"context" : "...",
"unit" : "...",
"data" : [ {
"timestamp" : "...",
"value" : ...
}, ... ],
"displayName" : "...",
"description" : "..."
}