ClusterMonitoringLevel

class aws_cdk.aws_msk.ClusterMonitoringLevel(value)

Bases: Enum

(experimental) The level of monitoring for the MSK cluster.

See:

https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html#metrics-details

Stability:

experimental

Attributes

DEFAULT

(experimental) Default metrics are the essential metrics to monitor.

Stability:

experimental

PER_BROKER

(experimental) Per Broker metrics give you metrics at the broker level.

Stability:

experimental

PER_TOPIC_PER_BROKER

(experimental) Per Topic Per Broker metrics help you understand volume at the topic level.

Stability:

experimental

PER_TOPIC_PER_PARTITION

(experimental) Per Topic Per Partition metrics help you understand consumer group lag at the topic partition level.

Stability:

experimental