ClusterMetricsConfigurationPatchParameters interface

ClusterMetricsConfigurationPatchParameters represents the body of the request to patch the metrics configuration of cluster.

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.

tags

Resource tags.

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

tags

Resource tags.

tags?: Record<string, string>

Property Value

Record<string, string>