@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:12.510Z") @Stability(value=Experimental) public enum ClusterMonitoringLevel extends Enum<ClusterMonitoringLevel>
https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html#metrics-details| Enum Constant and Description |
|---|
DEFAULT
(experimental) Default metrics are the essential metrics to monitor.
|
PER_BROKER
(experimental) Per Broker metrics give you metrics at the broker level.
|
PER_TOPIC_PER_BROKER
(experimental) Per Topic Per Broker metrics help you understand volume at the topic level.
|
PER_TOPIC_PER_PARTITION
(experimental) Per Topic Per Partition metrics help you understand consumer group lag at the topic partition level.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterMonitoringLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterMonitoringLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final ClusterMonitoringLevel DEFAULT
@Stability(value=Experimental) public static final ClusterMonitoringLevel PER_BROKER
@Stability(value=Experimental) public static final ClusterMonitoringLevel PER_TOPIC_PER_BROKER
@Stability(value=Experimental) public static final ClusterMonitoringLevel PER_TOPIC_PER_PARTITION
public static ClusterMonitoringLevel[] values()
for (ClusterMonitoringLevel c : ClusterMonitoringLevel.values()) System.out.println(c);
public static ClusterMonitoringLevel valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.