Category
|
Prometheus Metric Name
|
PMI ModuleName
|
PMI Counter Name & ID
|
Description
|
Connection Pool
|
was_connectionpool_inUse_time_seconds_total
|
connectionPoolModule
|
UseTime (ID=12)
|
The total time (in seconds) that a connection was used. The total time is difference between the time at which the connection is allocated and returned. This value includes the JBDC operation time.
|
Connection Pool
|
was_connectionpool_wait_time_seconds_total
|
connectionPoolModule
|
WaitTime (ID=13)
|
The total wait time (in seconds) until a connection was granted.
|
EJB
|
was_ejb_response_time_seconds_total
|
beanModule
|
MethodResponseTime (ID=12)
|
The total response time in seconds on the remote methods of the bean.
|
EJB
|
was_ejb_responses_total
|
beanModule
|
MethodResponseTime (ID=12)
|
The number of times that the remote methods of the bean were processed.
|
JVM
|
jvm_memory_used_bytes
|
jvmRuntimeModule
|
UsedMemory (ID=3)
|
The free memory (in bytes) in the Java virtual machine runtime.
|
JVM
|
jvm_memory_max_bytes
|
jvmRuntimeModule
|
HeapSize (ID=1)
|
The total memory (in bytes) in the Java virtual machine runtime.
|
JVM
|
jvm_gc_duration_seconds_total
|
jvmRuntimeModule
|
GCTime (ID=13)
|
The total time consumed, in seconds in garbage collection.
|
JVM
|
process_cpu_utilization
|
jvmRuntimeModule
|
ProcessCpuUsage (ID=5)
|
The CPU Usage (in percent) of the Java virtual machine.
|
Security
|
was_authentication_authentications_total
|
SecurityAuthenticationStats
|
WebAuthenticationCount (ID=1)
|
The total number of authentications processed by type.
|
Security
|
was_authentication_authentication_time_seconds_total
|
SecurityAuthenticationStats
|
WebAuthenticationTime (ID=10)
|
The total response time (in seconds) for the specified authentication type.
|
Security
|
was_authorization_authorizations_total
|
SecurityAuthorizationStats
|
WebAuthorizationTime (ID=1)
|
The total number of authorizations performed for a given authorization type.
|
Security
|
was_authorization_authorization_time_seconds_total
|
SecurityAuthorizationStats
|
EJBAuthorizationTime (ID=2)
|
The total response time (in seconds) for a given authorization type.
|
Thread Pool
|
was_threadpool_declaredThreadHungs_total
|
threadPoolModule
|
DeclaredthreadHungCount (ID=6)
|
The number of threads that were declared stopped.
|
Transaction Manager
|
was_transactionmanager_rolledback_total
|
transactionModule
|
RolledbackCount (ID=16)
|
The number of transactions that were rolled back.
|
Transaction Manager
|
was_transactionmanager_timedout_total
|
transactionModule
|
GlobalTimeoutCount (ID=18)
|
The number of transactions that timed out.
|
Web Application (Servlet)
|
was_servlet_response_time_seconds_total
|
webAppModule.servlets
|
ServiceTime (ID=13)
|
The total response time (in seconds) to process servlet requests
|
Web Application (Servlet)
|
was_servlet_requests_total
|
webAppModule.servlets
|
RequestCount (ID=11)
|
The total number of requests that a servlet processed.
|
Web Service
|
was_jaxws_response_time_seconds_total
|
webServicesModule.services
|
ResponseTime (ID=14)
|
The response time, in seconds, between the receipt of a request and the return of the reply.
|
Web Service
|
was_jaxws_requests_total
|
webServicesModule.services
|
RequestReceivedEndpoint (ID=30)
|
The total number of requests.
|