ClusterMonitoringLevel

class aws_cdk.aws_msk_alpha.ClusterMonitoringLevel(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

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