Package org.wso2.carbon.statistics
Class StatisticsConstants
- java.lang.Object
-
- org.wso2.carbon.statistics.StatisticsConstants
-
public final class StatisticsConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCURRENT_IN_OPERATION_AND_SERVICE_COUNTERstatic StringCURRENT_OPERATION_AND_SERVICE_FAULT_COUNTERstatic StringCURRENT_OUT_OPERATION_AND_SERVICE_COUNTERstatic StringGLOBAL_CURRENT_FAULT_COUNTERstatic StringGLOBAL_CURRENT_INVOCATION_RESPONSE_TIMEstatic StringGLOBAL_CURRENT_REQUEST_COUNTERstatic StringGLOBAL_CURRENT_RESPONSE_COUNTERstatic StringGLOBAL_FAULT_COUNTERstatic StringGLOBAL_REQUEST_COUNTERstatic StringGLOBAL_RESPONSE_COUNTERstatic StringIN_OPERATION_COUNTERstatic StringOPERATION_FAULT_COUNTERstatic StringOPERATION_RESPONSE_TIMEstatic StringOPERATION_RESPONSE_TIME_PROCESSORstatic StringOUT_OPERATION_COUNTERstatic StringREQUEST_RECEIVED_TIMEstatic StringRESPONSE_TIME_PROCESSORstatic StringSERVICE_RESPONSE_TIMEstatic StringSERVICE_RESPONSE_TIME_PROCESSORstatic StringSTATISTISTICS_MODULE_NAME
-
-
-
Field Detail
-
GLOBAL_REQUEST_COUNTER
public static final String GLOBAL_REQUEST_COUNTER
- See Also:
- Constant Field Values
-
GLOBAL_RESPONSE_COUNTER
public static final String GLOBAL_RESPONSE_COUNTER
- See Also:
- Constant Field Values
-
GLOBAL_CURRENT_REQUEST_COUNTER
public static final String GLOBAL_CURRENT_REQUEST_COUNTER
- See Also:
- Constant Field Values
-
GLOBAL_CURRENT_RESPONSE_COUNTER
public static final String GLOBAL_CURRENT_RESPONSE_COUNTER
- See Also:
- Constant Field Values
-
GLOBAL_FAULT_COUNTER
public static final String GLOBAL_FAULT_COUNTER
- See Also:
- Constant Field Values
-
GLOBAL_CURRENT_FAULT_COUNTER
public static final String GLOBAL_CURRENT_FAULT_COUNTER
- See Also:
- Constant Field Values
-
SERVICE_RESPONSE_TIME_PROCESSOR
public static final String SERVICE_RESPONSE_TIME_PROCESSOR
- See Also:
- Constant Field Values
-
OPERATION_RESPONSE_TIME_PROCESSOR
public static final String OPERATION_RESPONSE_TIME_PROCESSOR
- See Also:
- Constant Field Values
-
RESPONSE_TIME_PROCESSOR
public static final String RESPONSE_TIME_PROCESSOR
- See Also:
- Constant Field Values
-
IN_OPERATION_COUNTER
public static final String IN_OPERATION_COUNTER
- See Also:
- Constant Field Values
-
CURRENT_IN_OPERATION_AND_SERVICE_COUNTER
public static final String CURRENT_IN_OPERATION_AND_SERVICE_COUNTER
- See Also:
- Constant Field Values
-
OUT_OPERATION_COUNTER
public static final String OUT_OPERATION_COUNTER
- See Also:
- Constant Field Values
-
CURRENT_OUT_OPERATION_AND_SERVICE_COUNTER
public static final String CURRENT_OUT_OPERATION_AND_SERVICE_COUNTER
- See Also:
- Constant Field Values
-
OPERATION_FAULT_COUNTER
public static final String OPERATION_FAULT_COUNTER
- See Also:
- Constant Field Values
-
CURRENT_OPERATION_AND_SERVICE_FAULT_COUNTER
public static final String CURRENT_OPERATION_AND_SERVICE_FAULT_COUNTER
- See Also:
- Constant Field Values
-
REQUEST_RECEIVED_TIME
public static final String REQUEST_RECEIVED_TIME
- See Also:
- Constant Field Values
-
OPERATION_RESPONSE_TIME
public static final String OPERATION_RESPONSE_TIME
- See Also:
- Constant Field Values
-
SERVICE_RESPONSE_TIME
public static final String SERVICE_RESPONSE_TIME
- See Also:
- Constant Field Values
-
GLOBAL_CURRENT_INVOCATION_RESPONSE_TIME
public static final String GLOBAL_CURRENT_INVOCATION_RESPONSE_TIME
- See Also:
- Constant Field Values
-
STATISTISTICS_MODULE_NAME
public static final String STATISTISTICS_MODULE_NAME
- See Also:
- Constant Field Values
-
-