Class Metrics
java.lang.Object
org.camunda.bpm.engine.management.Metrics
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Number of executed decision elements in the DMN engine.static final String
static final String
static final String
static final String
static final String
static final String
Number of instances removed by history cleanup.static final String
static final String
Number of jobs attempted to acquire but with failure (i.e.static final String
Number of jobs successfully acquired (i.e.static final String
Number of times job acquisition is performedstatic final String
Number of jobs that were submitted for execution but were rejected due to resource shortage.static final String
static final String
Number of jobs that are immediately locked and executed because they are exclusive and created in the context of job executionstatic final String
static final String
static final String
Number of executed Root Process Instance executions.static final String
static final String
Number of unique task workers -
Constructor Summary
-
Method Summary
-
Field Details
-
ACTIVTY_INSTANCE_START
- See Also:
-
ACTIVTY_INSTANCE_END
- See Also:
-
FLOW_NODE_INSTANCES
- See Also:
-
JOB_ACQUISITION_ATTEMPT
Number of times job acquisition is performed- See Also:
-
JOB_ACQUIRED_SUCCESS
Number of jobs successfully acquired (i.e. selected + locked)- See Also:
-
JOB_ACQUIRED_FAILURE
Number of jobs attempted to acquire but with failure (i.e. selected + lock failed)- See Also:
-
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:
-
JOB_SUCCESSFUL
- See Also:
-
JOB_FAILED
- See Also:
-
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:
-
ROOT_PROCESS_INSTANCE_START
Number of executed Root Process Instance executions.- See Also:
-
PROCESS_INSTANCES
- See Also:
-
EXECUTED_DECISION_ELEMENTS
Number of executed decision elements in the DMN engine.- See Also:
-
EXECUTED_DECISION_INSTANCES
- See Also:
-
DECISION_INSTANCES
- See Also:
-
HISTORY_CLEANUP_REMOVED_PROCESS_INSTANCES
Number of instances removed by history cleanup.- See Also:
-
HISTORY_CLEANUP_REMOVED_CASE_INSTANCES
- See Also:
-
HISTORY_CLEANUP_REMOVED_DECISION_INSTANCES
- See Also:
-
HISTORY_CLEANUP_REMOVED_BATCH_OPERATIONS
- See Also:
-
HISTORY_CLEANUP_REMOVED_TASK_METRICS
- See Also:
-
UNIQUE_TASK_WORKERS
Number of unique task workers- See Also:
-
TASK_USERS
- See Also:
-
-
Constructor Details
-
Metrics
public Metrics()
-