ClusterMetricsConfigurationPatchProperties interface

ClusterMetricsConfigurationPatchProperties represents the properties of metrics configuration for the cluster for patching.

Properties

collectionInterval

The interval in minutes by which metrics will be collected.

enabledMetrics

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[]