@aws-cdk_aws-msk-alpha.ClusterMonitoringLevel

enum ClusterMonitoringLevel ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.MSK.Alpha.ClusterMonitoringLevel
Gogithub.com/aws/aws-cdk-go/awscdkmskalpha/v2#ClusterMonitoringLevel
Javasoftware.amazon.awscdk.services.msk.alpha.ClusterMonitoringLevel
Pythonaws_cdk.aws_msk_alpha.ClusterMonitoringLevel
TypeScript (source)@aws-cdk/aws-msk-alpha ยป ClusterMonitoringLevel

The level of monitoring for the MSK cluster.

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

Members

NameDescription
DEFAULT ๐Ÿ”นDefault metrics are the essential metrics to monitor.
PER_BROKER ๐Ÿ”นPer Broker metrics give you metrics at the broker level.
PER_TOPIC_PER_BROKER ๐Ÿ”นPer Topic Per Broker metrics help you understand volume at the topic level.
PER_TOPIC_PER_PARTITION ๐Ÿ”นPer Topic Per Partition metrics help you understand consumer group lag at the topic partition level.

DEFAULT ๐Ÿ”น

Default metrics are the essential metrics to monitor.


PER_BROKER ๐Ÿ”น

Per Broker metrics give you metrics at the broker level.


PER_TOPIC_PER_BROKER ๐Ÿ”น

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


PER_TOPIC_PER_PARTITION ๐Ÿ”น

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