public enum MetricsReporterType extends Enum<MetricsReporterType>
| Enum Constant and Description |
|---|
CLOUDWATCH |
CONSOLE |
DATADOG |
GRAPHITE |
INMEMORY |
JMX |
M3 |
PROMETHEUS |
PROMETHEUS_PUSHGATEWAY |
| Modifier and Type | Method and Description |
|---|---|
static MetricsReporterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsReporterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricsReporterType GRAPHITE
public static final MetricsReporterType INMEMORY
public static final MetricsReporterType JMX
public static final MetricsReporterType DATADOG
public static final MetricsReporterType CONSOLE
public static final MetricsReporterType PROMETHEUS_PUSHGATEWAY
public static final MetricsReporterType PROMETHEUS
public static final MetricsReporterType CLOUDWATCH
public static final MetricsReporterType M3
public static MetricsReporterType[] values()
for (MetricsReporterType c : MetricsReporterType.values()) System.out.println(c);
public static MetricsReporterType 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 © 2024 The Apache Software Foundation. All rights reserved.