org.camunda.bpm.engine.management
Class Metrics

java.lang.Object
  extended by org.camunda.bpm.engine.management.Metrics

public class Metrics
extends Object

Author:
Daniel Meyer

Field Summary
static String ACTIVTY_INSTANCE_START
           
static String EXECUTED_DECISION_ELEMENTS
          Number of executed decision elements in the DMN engine.
static String JOB_ACQUIRED_FAILURE
          Number of jobs attempted to acquire but with failure (i.e.
static String JOB_ACQUIRED_SUCCESS
          Number of jobs successfully acquired (i.e.
static String JOB_ACQUISITION_ATTEMPT
          Number of times job acqusition is performed
static String JOB_EXECUTION_REJECTED
          Number of jobs that were submitted for execution but were rejected due to resource shortage.
static String JOB_FAILED
           
static 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
static String JOB_SUCCESSFUL
           
 
Constructor Summary
Metrics()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVTY_INSTANCE_START

public static final String ACTIVTY_INSTANCE_START
See Also:
Constant Field Values

JOB_ACQUISITION_ATTEMPT

public static final String JOB_ACQUISITION_ATTEMPT
Number of times job acqusition is performed

See Also:
Constant Field Values

JOB_ACQUIRED_SUCCESS

public static final String JOB_ACQUIRED_SUCCESS
Number of jobs successfully acquired (i.e. selected + locked)

See Also:
Constant Field Values

JOB_ACQUIRED_FAILURE

public static final 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 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 String JOB_SUCCESSFUL
See Also:
Constant Field Values

JOB_FAILED

public static final String JOB_FAILED
See Also:
Constant Field Values

JOB_LOCKED_EXCLUSIVE

public static final 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

EXECUTED_DECISION_ELEMENTS

public static final String EXECUTED_DECISION_ELEMENTS
Number of executed decision elements in the DMN engine.

See Also:
Constant Field Values
Constructor Detail

Metrics

public Metrics()


Copyright © 2016 camunda services GmbH. All rights reserved.