public final enum

InstrumentationName

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.atlassian.jira.instrumentation.InstrumentationName

Class Overview

An enum of Instrumentation names

Summary

Enum Values
InstrumentationName  CLUSTER_REPLICATED_INDEX_OPERATIONS_LATEST  Replicated Index Operations applied in the latest invocation. 
InstrumentationName  CLUSTER_REPLICATED_INDEX_OPERATIONS_TOTAL  Total Replicated Index Operations applied. 
InstrumentationName  CONCURRENT_REQUESTS  The number of concurrent requests being processed in this instance of JIRA  
InstrumentationName  DBCP_ACTIVE  The number of active connections in the pool. 
InstrumentationName  DBCP_IDLE  The number of idle connections in the pool. 
InstrumentationName  DBCP_MAX  The maximum number of connections in the pool. 
InstrumentationName  DB_CONNECTIONS  This is a com.atlassian.instrumentation.operations.OpCounter of database connections taken from the connection pool  
InstrumentationName  DB_CONNECTIONS_BORROWED  This is a com.atlassian.instrumentation.Gauge of database connections borrowed  
InstrumentationName  DB_READS  This is a com.atlassian.instrumentation.operations.OpCounter of database read requests  
InstrumentationName  DB_WRITES  This is a com.atlassian.instrumentation.operations.OpCounter of database write requests  
InstrumentationName  FIVE_HUNDREDS  The number of 500 IOExceptions that are thrown  
InstrumentationName  HTTP_SESSIONS  The number of http session in this instance of JIRA  
InstrumentationName  HTTP_SESSION_OBJECTS  The number of http session objects in this instance of JIRA  
InstrumentationName  ISSUE_INDEX_READS  This is a com.atlassian.instrumentation.operations.OpCounter of issue index read requests  
InstrumentationName  ISSUE_INDEX_WRITES  This is a com.atlassian.instrumentation.operations.OpCounter of issue index write requests  
InstrumentationName  REST_REQUESTS  This is an com.atlassian.instrumentation.operations.OpCounter of REST requests  
InstrumentationName  SEARCHER_JIRA_CLOSE  The number of JIRA searchers closed. 
InstrumentationName  SEARCHER_JIRA_OPEN  The number of JIRA searchers opened. 
InstrumentationName  SEARCHER_LUCENE_CLOSE  The number of Lucene searchers closed. 
InstrumentationName  SEARCHER_LUCENE_OPEN  The number of Lucene searchers opened. 
InstrumentationName  TOTAL_CUSTOMFIELDS  This indicates the number of custom fields in JIRA  
InstrumentationName  TOTAL_GROUPS  This indicates the number of groups in JIRA  
InstrumentationName  TOTAL_ISSUES  This indicates the number of issues in JIRA  
InstrumentationName  TOTAL_PROJECTS  This indicates the number of projects in JIRA  
InstrumentationName  TOTAL_USERS  This indicates the number of users in JIRA  
InstrumentationName  TOTAL_WORKFLOWS  This indicates the number of workflows in JIRA  
InstrumentationName  WEB_REQUESTS  This is an com.atlassian.instrumentation.operations.OpCounter of web requests  
InstrumentationName  WORKFLOW_AUTOMATIC_TRANSITION  * number of automatic workflow transitions occurred. 
InstrumentationName  WORKFLOW_MANUAL_TRANSITION  number of manual workflow transitions occurred. 
InstrumentationName  WRITER_LUCENE_COMMIT  The number of Lucene searchers closed. 
Public Methods
String getInstrumentName()
static InstrumentationName valueOf(String name)
final static InstrumentationName[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final InstrumentationName CLUSTER_REPLICATED_INDEX_OPERATIONS_LATEST

Replicated Index Operations applied in the latest invocation.

public static final InstrumentationName CLUSTER_REPLICATED_INDEX_OPERATIONS_TOTAL

Total Replicated Index Operations applied.

public static final InstrumentationName CONCURRENT_REQUESTS

The number of concurrent requests being processed in this instance of JIRA

public static final InstrumentationName DBCP_ACTIVE

The number of active connections in the pool.

public static final InstrumentationName DBCP_IDLE

The number of idle connections in the pool.

public static final InstrumentationName DBCP_MAX

The maximum number of connections in the pool.

public static final InstrumentationName DB_CONNECTIONS

This is a com.atlassian.instrumentation.operations.OpCounter of database connections taken from the connection pool

public static final InstrumentationName DB_CONNECTIONS_BORROWED

This is a com.atlassian.instrumentation.Gauge of database connections borrowed

public static final InstrumentationName DB_READS

This is a com.atlassian.instrumentation.operations.OpCounter of database read requests

public static final InstrumentationName DB_WRITES

This is a com.atlassian.instrumentation.operations.OpCounter of database write requests

public static final InstrumentationName FIVE_HUNDREDS

The number of 500 IOExceptions that are thrown

public static final InstrumentationName HTTP_SESSIONS

The number of http session in this instance of JIRA

public static final InstrumentationName HTTP_SESSION_OBJECTS

The number of http session objects in this instance of JIRA

public static final InstrumentationName ISSUE_INDEX_READS

This is a com.atlassian.instrumentation.operations.OpCounter of issue index read requests

public static final InstrumentationName ISSUE_INDEX_WRITES

This is a com.atlassian.instrumentation.operations.OpCounter of issue index write requests

public static final InstrumentationName REST_REQUESTS

This is an com.atlassian.instrumentation.operations.OpCounter of REST requests

public static final InstrumentationName SEARCHER_JIRA_CLOSE

The number of JIRA searchers closed.

public static final InstrumentationName SEARCHER_JIRA_OPEN

The number of JIRA searchers opened.

public static final InstrumentationName SEARCHER_LUCENE_CLOSE

The number of Lucene searchers closed.

public static final InstrumentationName SEARCHER_LUCENE_OPEN

The number of Lucene searchers opened.

public static final InstrumentationName TOTAL_CUSTOMFIELDS

This indicates the number of custom fields in JIRA

public static final InstrumentationName TOTAL_GROUPS

This indicates the number of groups in JIRA

public static final InstrumentationName TOTAL_ISSUES

This indicates the number of issues in JIRA

public static final InstrumentationName TOTAL_PROJECTS

This indicates the number of projects in JIRA

public static final InstrumentationName TOTAL_USERS

This indicates the number of users in JIRA

public static final InstrumentationName TOTAL_WORKFLOWS

This indicates the number of workflows in JIRA

public static final InstrumentationName WEB_REQUESTS

This is an com.atlassian.instrumentation.operations.OpCounter of web requests

public static final InstrumentationName WORKFLOW_AUTOMATIC_TRANSITION

* number of automatic workflow transitions occurred.

public static final InstrumentationName WORKFLOW_MANUAL_TRANSITION

number of manual workflow transitions occurred.

public static final InstrumentationName WRITER_LUCENE_COMMIT

The number of Lucene searchers closed.

Public Methods

public String getInstrumentName ()

public static InstrumentationName valueOf (String name)

public static final InstrumentationName[] values ()