ClusterMetricsConfigurationProperties interface
ClusterMetricsConfigurationProperties represents the properties of metrics configuration for the cluster.
Properties
| collection |
The interval in minutes by which metrics will be collected. |
| detailed |
The more detailed status of the metrics configuration. |
| detailed |
The descriptive message about the current detailed status. |
| disabled |
The list of metrics that are available for the cluster but disabled at the moment. |
| enabled |
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics. |
| provisioning |
The provisioning state of the metrics configuration. |
Property Details
collectionInterval
The interval in minutes by which metrics will be collected.
collectionInterval: number
Property Value
number
detailedStatus
The more detailed status of the metrics configuration.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message about the current detailed status.
detailedStatusMessage?: string
Property Value
string
disabledMetrics
The list of metrics that are available for the cluster but disabled at the moment.
disabledMetrics?: string[]
Property Value
string[]
enabledMetrics
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.
enabledMetrics?: string[]
Property Value
string[]
provisioningState
The provisioning state of the metrics configuration.
provisioningState?: string
Property Value
string