public enum MetricType extends Enum<MetricType>
| Enum Constant and Description |
|---|
APPLICATION_REQ_COUNT |
COMPONENT |
CONTROLLER |
EXCEPTION_ASSAULT |
KILLAPP_ASSAULT |
LATENCY_ASSAULT |
REPOSITORY |
RESTCONTROLLER |
SERVICE |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetricName() |
static MetricType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetricType CONTROLLER
public static final MetricType RESTCONTROLLER
public static final MetricType REPOSITORY
public static final MetricType COMPONENT
public static final MetricType SERVICE
public static final MetricType LATENCY_ASSAULT
public static final MetricType EXCEPTION_ASSAULT
public static final MetricType KILLAPP_ASSAULT
public static final MetricType APPLICATION_REQ_COUNT
public static MetricType[] values()
for (MetricType c : MetricType.values()) System.out.println(c);
public static MetricType 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 nullpublic String getMetricName()
Copyright © 2018 codecentric AG. All rights reserved.