ClusterMetricsConfigurationPatchProperties interface
ClusterMetricsConfigurationPatchProperties represents the properties of metrics configuration for the cluster for patching.
Properties
| collection |
The interval in minutes by which metrics will be collected. |
| enabled |
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics. |
Property Details
collectionInterval
The interval in minutes by which metrics will be collected.
collectionInterval?: number
Property Value
number
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[]