public final class MetricConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
METRIC_NAME_CLIENT_PROCESSING_DURATION |
static String |
METRIC_NAME_CLIENT_REQUESTS_SENT |
static String |
METRIC_NAME_CLIENT_RESPONSES_RECEIVED |
static String |
METRIC_NAME_SERVER_PROCESSING_DURATION |
static String |
METRIC_NAME_SERVER_REQUESTS_RECEIVED |
static String |
METRIC_NAME_SERVER_RESPONSES_SENT |
static String |
TAG_METHOD_NAME
The metrics tag key that belongs to the called method name.
|
static String |
TAG_SERVICE_NAME
The metrics tag key that belongs to the called service name.
|
static String |
TAG_STATUS_CODE
The metrics tag key that belongs to the result status code.
|
public static final String METRIC_NAME_SERVER_PROCESSING_DURATION
public static final String METRIC_NAME_SERVER_RESPONSES_SENT
public static final String METRIC_NAME_SERVER_REQUESTS_RECEIVED
public static final String METRIC_NAME_CLIENT_PROCESSING_DURATION
public static final String METRIC_NAME_CLIENT_RESPONSES_RECEIVED
public static final String METRIC_NAME_CLIENT_REQUESTS_SENT
public static final String TAG_SERVICE_NAME
public static final String TAG_METHOD_NAME
public static final String TAG_STATUS_CODE