public static final class MetricsConstants.TagKeys
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
APPLICATION_ID
Key to tag metrics with application ID.
|
static java.lang.String |
APPLICATION_NAME
Key to tag metrics with application name.
|
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 |
STATUS
Key to tag the status of a request or operation.
|
static java.lang.String |
USER
Key to tag a username.
|
public static final java.lang.String EXCEPTION_CLASS
public static final java.lang.String APPLICATION_ID
public static final java.lang.String APPLICATION_NAME
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