public static final class MetricsConstants.TagKeys
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGENT_LAUNCHER_CLASS
Key to tag metrics with class of agent launcher.
|
static java.lang.String |
CLASS_NAME
Key to tag a class name.
|
static java.lang.String |
CLUSTER_ID
Key to tag metrics with cluster ID.
|
static java.lang.String |
CLUSTER_NAME
Key to tag metrics with cluster name.
|
static java.lang.String |
COMMAND_ID
Key to tag metrics with command ID.
|
static java.lang.String |
COMMAND_NAME
Key to tag metrics with command name.
|
static java.lang.String |
EXCEPTION_CLASS
Key to tag metrics with exception class.
|
static java.lang.String |
FROM_STATE
Key to tag the origin/source state of a state transition.
|
static java.lang.String |
JOBS_USER_LIMIT
Key to tag the user concurrent job limit.
|
static java.lang.String |
SCRIPT_URI
Key to tag the URI for a given script resource.
|
static java.lang.String |
STATUS
Key to tag the status of a request or operation.
|
static java.lang.String |
TO_STATE
Key to tag the destination/target state of a state transition.
|
static java.lang.String |
USER
Key to tag a username.
|
public static final java.lang.String EXCEPTION_CLASS
public static final java.lang.String AGENT_LAUNCHER_CLASS
public static final java.lang.String CLUSTER_ID
public static final java.lang.String CLUSTER_NAME
public static final java.lang.String COMMAND_ID
public static final java.lang.String COMMAND_NAME
public static final java.lang.String CLASS_NAME
public static final java.lang.String STATUS
public static final java.lang.String USER
public static final java.lang.String JOBS_USER_LIMIT
public static final java.lang.String FROM_STATE
public static final java.lang.String TO_STATE
public static final java.lang.String SCRIPT_URI