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
JSON
property | type | description |
---|---|---|
name | name (string) | Name of the metric. |
context | context (string) | Context the metric is associated with. |
unit | unit (string) | Unit of the metric values. |
data | array of data/data (apiMetricData) | List of readings retrieved from the monitors. |
displayName | displayName (string) | Requires "full" view. User-friendly display name for the metric. |
description | description (string) | Requires "full" view. Description of the metric. |