@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:53.507Z") @Stability(value=Experimental) public enum ClusterMonitoringLevel extends Enum<ClusterMonitoringLevel>
| 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.