public final class MetricConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
METRIC_NAME_CLIENT_PROCESSING_DURATION
The total time taken for the client to complete the call, including network delay
|
static String |
METRIC_NAME_CLIENT_REQUESTS_SENT
The total number of requests sent
|
static String |
METRIC_NAME_CLIENT_RESPONSES_RECEIVED
The total number of responses received
|
static String |
METRIC_NAME_SERVER_PROCESSING_DURATION
The total time taken for the server to complete the call.
|
static String |
METRIC_NAME_SERVER_REQUESTS_RECEIVED
The total number of requests received
|
static String |
METRIC_NAME_SERVER_RESPONSES_SENT
The total number of responses sent
|
static String |
TAG_METHOD_NAME
The metrics tag key that belongs to the called method name.
|
static String |
TAG_METHOD_TYPE
The metrics tag key that belongs to the type of the called method.
|
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_REQUESTS_RECEIVED
public static final String METRIC_NAME_SERVER_RESPONSES_SENT
public static final String METRIC_NAME_SERVER_PROCESSING_DURATION
public static final String METRIC_NAME_CLIENT_REQUESTS_SENT
public static final String METRIC_NAME_CLIENT_RESPONSES_RECEIVED
public static final String METRIC_NAME_CLIENT_PROCESSING_DURATION
public static final String TAG_SERVICE_NAME
public static final String TAG_METHOD_NAME
public static final String TAG_METHOD_TYPE
public static final String TAG_STATUS_CODE