public enum Metric extends Enum<Metric>
| Modifier and Type | Method and Description |
|---|---|
static Metric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Metric ATP_ITF_EXECUTOR_CALLCHAIN_COUNT_BY_PROJECT
public static final Metric ATP_ITF_EXECUTOR_CALLCHAIN_SECONDS_BY_PROJECT
public static final Metric ATP_ITF_EXECUTOR_STUB_REQUEST_SECONDS_BY_PROJECT
public static final Metric ATP_ITF_EXECUTOR_CONTEXT_SIZE_BY_PROJECT
public static final Metric ATP_ITF_EXECUTOR_JMS_LISTENER_THREAD_POOL_MAX_SIZE
public static final Metric ATP_ITF_EXECUTOR_JMS_LISTENER_THREAD_POOL_ACTIVE_SIZE
public static final Metric ATP_ITF_EXECUTOR_REGULAR_POOL_MAX_SIZE
public static final Metric ATP_ITF_EXECUTOR_REGULAR_POOL_ACTIVE_SIZE
public static final Metric ATP_ITF_EXECUTOR_INBOUND_POOL_MAX_SIZE
public static final Metric ATP_ITF_EXECUTOR_INBOUND_POOL_ACTIVE_SIZE
public static Metric[] values()
for (Metric c : Metric.values()) System.out.println(c);
public static Metric 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 © 2025. All rights reserved.