Class Metrics
- java.lang.Object
-
- org.camunda.bpm.engine.management.Metrics
-
public class Metrics extends java.lang.Object
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACTIVTY_INSTANCE_END
static java.lang.String
ACTIVTY_INSTANCE_START
static java.lang.String
EXECUTED_DECISION_ELEMENTS
static java.lang.String
EXECUTED_DECISION_INSTANCES
Number of executed decision elements in the DMN engine.static java.lang.String
HISTORY_CLEANUP_REMOVED_BATCH_OPERATIONS
static java.lang.String
HISTORY_CLEANUP_REMOVED_CASE_INSTANCES
static java.lang.String
HISTORY_CLEANUP_REMOVED_DECISION_INSTANCES
static java.lang.String
HISTORY_CLEANUP_REMOVED_PROCESS_INSTANCES
Number of instances removed by history cleanup.static java.lang.String
HISTORY_CLEANUP_REMOVED_TASK_METRICS
static java.lang.String
JOB_ACQUIRED_FAILURE
Number of jobs attempted to acquire but with failure (i.e.static java.lang.String
JOB_ACQUIRED_SUCCESS
Number of jobs successfully acquired (i.e.static java.lang.String
JOB_ACQUISITION_ATTEMPT
Number of times job acqusition is performedstatic java.lang.String
JOB_EXECUTION_REJECTED
Number of jobs that were submitted for execution but were rejected due to resource shortage.static java.lang.String
JOB_FAILED
static java.lang.String
JOB_LOCKED_EXCLUSIVE
Number of jobs that are immediately locked and executed because they are exclusive and created in the context of job executionstatic java.lang.String
JOB_SUCCESSFUL
static java.lang.String
ROOT_PROCESS_INSTANCE_START
Number of executed Root Process Instance executions.static java.lang.String
UNIQUE_TASK_WORKERS
Number of unique task workers
-
Constructor Summary
Constructors Constructor Description Metrics()
-
-
-
Field Detail
-
ACTIVTY_INSTANCE_START
public static final java.lang.String ACTIVTY_INSTANCE_START
- See Also:
- Constant Field Values
-
ACTIVTY_INSTANCE_END
public static final java.lang.String ACTIVTY_INSTANCE_END
- See Also:
- Constant Field Values
-
JOB_ACQUISITION_ATTEMPT
public static final java.lang.String JOB_ACQUISITION_ATTEMPT
Number of times job acqusition is performed- See Also:
- Constant Field Values
-
JOB_ACQUIRED_SUCCESS
public static final java.lang.String JOB_ACQUIRED_SUCCESS
Number of jobs successfully acquired (i.e. selected + locked)- See Also:
- Constant Field Values
-
JOB_ACQUIRED_FAILURE
public static final java.lang.String JOB_ACQUIRED_FAILURE
Number of jobs attempted to acquire but with failure (i.e. selected + lock failed)- See Also:
- Constant Field Values
-
JOB_EXECUTION_REJECTED
public static final java.lang.String JOB_EXECUTION_REJECTED
Number of jobs that were submitted for execution but were rejected due to resource shortage. In the default job executor, this is the case when the execution queue is full.- See Also:
- Constant Field Values
-
JOB_SUCCESSFUL
public static final java.lang.String JOB_SUCCESSFUL
- See Also:
- Constant Field Values
-
JOB_FAILED
public static final java.lang.String JOB_FAILED
- See Also:
- Constant Field Values
-
JOB_LOCKED_EXCLUSIVE
public static final java.lang.String JOB_LOCKED_EXCLUSIVE
Number of jobs that are immediately locked and executed because they are exclusive and created in the context of job execution- See Also:
- Constant Field Values
-
ROOT_PROCESS_INSTANCE_START
public static final java.lang.String ROOT_PROCESS_INSTANCE_START
Number of executed Root Process Instance executions.- See Also:
- Constant Field Values
-
EXECUTED_DECISION_INSTANCES
public static final java.lang.String EXECUTED_DECISION_INSTANCES
Number of executed decision elements in the DMN engine.- See Also:
- Constant Field Values
-
EXECUTED_DECISION_ELEMENTS
public static final java.lang.String EXECUTED_DECISION_ELEMENTS
- See Also:
- Constant Field Values
-
HISTORY_CLEANUP_REMOVED_PROCESS_INSTANCES
public static final java.lang.String HISTORY_CLEANUP_REMOVED_PROCESS_INSTANCES
Number of instances removed by history cleanup.- See Also:
- Constant Field Values
-
HISTORY_CLEANUP_REMOVED_CASE_INSTANCES
public static final java.lang.String HISTORY_CLEANUP_REMOVED_CASE_INSTANCES
- See Also:
- Constant Field Values
-
HISTORY_CLEANUP_REMOVED_DECISION_INSTANCES
public static final java.lang.String HISTORY_CLEANUP_REMOVED_DECISION_INSTANCES
- See Also:
- Constant Field Values
-
HISTORY_CLEANUP_REMOVED_BATCH_OPERATIONS
public static final java.lang.String HISTORY_CLEANUP_REMOVED_BATCH_OPERATIONS
- See Also:
- Constant Field Values
-
HISTORY_CLEANUP_REMOVED_TASK_METRICS
public static final java.lang.String HISTORY_CLEANUP_REMOVED_TASK_METRICS
- See Also:
- Constant Field Values
-
UNIQUE_TASK_WORKERS
public static final java.lang.String UNIQUE_TASK_WORKERS
Number of unique task workers- See Also:
- Constant Field Values
-
-