public enum InstrumentationName extends Enum<InstrumentationName>
Enum Constant and Description |
---|
CLUSTER_REPLICATED_INDEX_OPERATIONS_LATEST
Replicated Index Operations applied in the latest invocation.
|
CLUSTER_REPLICATED_INDEX_OPERATIONS_TOTAL
Total Replicated Index Operations applied.
|
CONCURRENT_REQUESTS
The number of concurrent requests being processed in this instance of JIRA
|
DASHBOARD_VIEW_COUNT
The total number of dashboard views.
|
DB_CONNECTIONS
This is a
OpCounter of database connections taken from the connection pool |
DB_CONNECTIONS_BORROWED
This is a
Gauge of database connections borrowed |
DB_CONNECTIONS_TIME_TO_BORROW
This is a
Instrument of last database connection 'time to borrow' in miliseconds |
DB_READS
This is a
OpCounter of database read requests |
DB_WRITES
This is a
OpCounter of database write requests |
DBCP_ACTIVE
The number of active connections in the pool.
|
DBCP_IDLE
The number of idle connections in the pool.
|
DBCP_MAX
The maximum number of connections in the pool.
|
FIVE_HUNDREDS
The number of 500 IOExceptions that are thrown
|
HTTP_SESSION_OBJECTS
The number of http session objects in this instance of JIRA
|
HTTP_SESSIONS
The number of http session in this instance of JIRA
|
ISSUE_ASSIGNED_COUNT
The total number of assign issue actions
|
ISSUE_CREATED_COUNT
The total number of create issue actions.
|
ISSUE_INDEX_READS
This is a
OpCounter of issue index read requests |
ISSUE_INDEX_WRITES
This is a
OpCounter of issue index write requests |
ISSUE_LINK_CREATED_COUNT
The total number of create issue link actions
|
ISSUE_SEARCH_COUNT
The total number of search issue actions
|
ISSUE_UPDATED_COUNT
The total number of update issue actions.
|
ISSUE_WORKLOGGED_COUNT
The total number of worklog issue actions
|
LICENSE_INFO
The total number of dashboard views.
|
MEMORY_HEAP_COMMITTED
The size of committed heap space in bytes.
|
MEMORY_HEAP_USED
The size of used heap space in bytes.
|
MEMORY_NONHEAP_COMMITTED
The size of committed non-heap space in bytes.
|
MEMORY_NONHEAP_USED
The size of used non-heap space in bytes.
|
QUICKSEARCH_CONCURRENT_REQUESTS |
REST_REQUESTS
This is an
OpCounter of REST requests |
SEARCHER_JIRA_CLOSE
The number of JIRA searchers closed.
|
SEARCHER_JIRA_OPEN
The number of JIRA searchers opened.
|
SEARCHER_LUCENE_CLOSE
The number of Lucene searchers closed.
|
SEARCHER_LUCENE_OPEN
The number of Lucene searchers opened.
|
SYSTEM_UP_TIME
The uptime of the Java virtual machine in milliseconds.
|
THREAD_CPU_BLOCK_COUNT
The total number of times that for all threads have been blocked to enter or reenter a monitor
|
THREAD_CPU_BLOCK_TIME
The approximate accumulated elapsed time (in milliseconds) for all threads that have been blocked to enter or reenter a monitor since thread contention monitoring is enabled.
|
THREAD_CPU_TIME
The total CPU time for every thread in nanoseconds.
|
THREAD_CPU_USER_TIME
The CPU time for every thread executed in user mode in nanoseconds.
|
THREAD_CPU_WAIT_COUNT
The total number of times for all threads that have waited for notification.
|
THREAD_CPU_WAIT_TIME
The approximate accumulated elapsed time (in milliseconds) for all threads that have waited for notification since thread contention monitoring is enabled.
|
THREAD_DAEMON_COUNT
The current number of live daemon threads.
|
THREAD_EVER_COUNT
The total number of threads created and also started since the Java virtual machine started.
|
THREAD_NONDAEMON_COUNT
The current number of live non-daemon threads.
|
THREAD_PEAK_COUNT
The peak live thread count since the Java virtual machine started or peak was reset.
|
THREAD_TOTAL_COUNT
The current number of live threads including both daemon and non-daemon threads.
|
TOTAL_ATTACHMENTS
This indicates the number of attachments in JIRA
|
TOTAL_COMPONENTS
This indicates the number of components in JIRA
|
TOTAL_CUSTOMFIELDS
This indicates the number of custom fields in JIRA
|
TOTAL_FILTERS
This indicates the number of components in JIRA
|
TOTAL_GROUPS
This indicates the number of groups in JIRA
|
TOTAL_ISSUES
This indicates the number of issues in JIRA
|
TOTAL_PROJECTS
This indicates the number of projects in JIRA
|
TOTAL_USERS
This indicates the number of users in JIRA
|
TOTAL_VERSIONS
This indicates the number of versions in JIRA
|
TOTAL_WORKFLOWS
This indicates the number of workflows in JIRA
|
WEB_REQUESTS
This is an
OpCounter of web requests |
WORKFLOW_AUTOMATIC_TRANSITION
The number of automatic workflow transitions occurred.
|
WORKFLOW_MANUAL_TRANSITION
The number of manual workflow transitions occurred.
|
WRITER_LUCENE_COMMIT
The number of Lucene IndexWriter completed commits
|
Modifier and Type | Method and Description |
---|---|
String |
getInstrumentName() |
static InstrumentationName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentationName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstrumentationName WEB_REQUESTS
OpCounter
of web requestspublic static final InstrumentationName REST_REQUESTS
OpCounter
of REST requestspublic static final InstrumentationName DB_READS
OpCounter
of database read requestspublic static final InstrumentationName DB_WRITES
OpCounter
of database write requestspublic static final InstrumentationName DB_CONNECTIONS
OpCounter
of database connections taken from the connection poolpublic static final InstrumentationName DB_CONNECTIONS_BORROWED
Gauge
of database connections borrowedpublic static final InstrumentationName DB_CONNECTIONS_TIME_TO_BORROW
Instrument
of last database connection 'time to borrow' in milisecondspublic static final InstrumentationName ISSUE_INDEX_READS
OpCounter
of issue index read requestspublic static final InstrumentationName ISSUE_INDEX_WRITES
OpCounter
of issue index write requestspublic static final InstrumentationName FIVE_HUNDREDS
public static final InstrumentationName CONCURRENT_REQUESTS
public static final InstrumentationName HTTP_SESSION_OBJECTS
public static final InstrumentationName HTTP_SESSIONS
public static final InstrumentationName TOTAL_ISSUES
public static final InstrumentationName TOTAL_PROJECTS
public static final InstrumentationName TOTAL_CUSTOMFIELDS
public static final InstrumentationName TOTAL_WORKFLOWS
public static final InstrumentationName TOTAL_USERS
public static final InstrumentationName TOTAL_GROUPS
public static final InstrumentationName TOTAL_ATTACHMENTS
public static final InstrumentationName TOTAL_VERSIONS
public static final InstrumentationName TOTAL_COMPONENTS
public static final InstrumentationName TOTAL_FILTERS
public static final InstrumentationName CLUSTER_REPLICATED_INDEX_OPERATIONS_LATEST
public static final InstrumentationName CLUSTER_REPLICATED_INDEX_OPERATIONS_TOTAL
public static final InstrumentationName DBCP_ACTIVE
public static final InstrumentationName DBCP_IDLE
public static final InstrumentationName DBCP_MAX
public static final InstrumentationName SEARCHER_LUCENE_OPEN
public static final InstrumentationName SEARCHER_JIRA_OPEN
public static final InstrumentationName SEARCHER_LUCENE_CLOSE
public static final InstrumentationName WRITER_LUCENE_COMMIT
public static final InstrumentationName SEARCHER_JIRA_CLOSE
public static final InstrumentationName WORKFLOW_MANUAL_TRANSITION
public static final InstrumentationName WORKFLOW_AUTOMATIC_TRANSITION
public static final InstrumentationName MEMORY_HEAP_COMMITTED
public static final InstrumentationName MEMORY_HEAP_USED
public static final InstrumentationName MEMORY_NONHEAP_COMMITTED
public static final InstrumentationName MEMORY_NONHEAP_USED
public static final InstrumentationName SYSTEM_UP_TIME
public static final InstrumentationName THREAD_TOTAL_COUNT
public static final InstrumentationName THREAD_DAEMON_COUNT
public static final InstrumentationName THREAD_NONDAEMON_COUNT
public static final InstrumentationName THREAD_PEAK_COUNT
public static final InstrumentationName THREAD_EVER_COUNT
public static final InstrumentationName THREAD_CPU_TIME
public static final InstrumentationName THREAD_CPU_USER_TIME
public static final InstrumentationName THREAD_CPU_BLOCK_TIME
public static final InstrumentationName THREAD_CPU_BLOCK_COUNT
public static final InstrumentationName THREAD_CPU_WAIT_TIME
public static final InstrumentationName THREAD_CPU_WAIT_COUNT
public static final InstrumentationName ISSUE_CREATED_COUNT
public static final InstrumentationName ISSUE_UPDATED_COUNT
public static final InstrumentationName ISSUE_ASSIGNED_COUNT
public static final InstrumentationName ISSUE_WORKLOGGED_COUNT
public static final InstrumentationName ISSUE_LINK_CREATED_COUNT
public static final InstrumentationName ISSUE_SEARCH_COUNT
public static final InstrumentationName DASHBOARD_VIEW_COUNT
public static final InstrumentationName LICENSE_INFO
public static final InstrumentationName QUICKSEARCH_CONCURRENT_REQUESTS
public static InstrumentationName[] values()
for (InstrumentationName c : InstrumentationName.values()) System.out.println(c);
public static InstrumentationName valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getInstrumentName()
Copyright © 2002-2021 Atlassian. All Rights Reserved.