@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:02.446Z") @Stability(value=Experimental) public enum MetricsLevel extends Enum<MetricsLevel>
| Enum Constant and Description |
|---|
APPLICATION
(experimental) Application sends the least metrics to CloudWatch.
|
OPERATOR
(experimental) Operator includes task-level and operator-level metrics sent to CloudWatch.
|
PARALLELISM
(experimental) Send all metrics including metrics per task thread.
|
TASK
(experimental) Task includes task-level metrics sent to CloudWatch.
|
| Modifier and Type | Method and Description |
|---|---|
static MetricsLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final MetricsLevel APPLICATION
@Stability(value=Experimental) public static final MetricsLevel TASK
@Stability(value=Experimental) public static final MetricsLevel OPERATOR
@Stability(value=Experimental) public static final MetricsLevel PARALLELISM
public static MetricsLevel[] values()
for (MetricsLevel c : MetricsLevel.values()) System.out.println(c);
public static MetricsLevel 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 © 2021. All rights reserved.