|
2 | 2 |
|
3 | 3 | Here is the list of metrics based on MBeans exposed by Wildfly. |
4 | 4 |
|
5 | | -| Metric Name | Type | Attributes | Description | |
6 | | -| -------------------------------------------------- | ------------- | ------------------ | ----------------------------------------------------------------------- | |
7 | | -| wildfly.network.io | Counter | direction, server | Total number of bytes transferred | |
8 | | -| wildfly.request.errorCount | Counter | server, listener | The number of 500 responses that have been sent by this listener | |
9 | | -| wildfly.request.requestCount | Counter | server, listener | The number of requests this listener has served | |
10 | | -| wildfly.request.processingTime | Counter | server, listener | The total processing time of all requests handed by this listener | |
11 | | -| wildfly.session.expiredSession | Counter | deployment | Number of sessions that have expired | |
12 | | -| wildfly.session.rejectedSessions | Counter | deployment | Number of rejected sessions | |
13 | | -| wildfly.session.sessionsCreated | Counter | deployment | Total sessions created | |
14 | | -| wildfly.session.activeSessions | UpDownCounter | deployment | Number of active sessions | |
15 | | -| wildfly.db.client.connections.usage | Gauge | data_source, state | The number of open jdbc connections | |
16 | | -| wildfly.db.client.connections.WaitCount | Counter | data_source | The number of requests that had to wait to obtain a physical connection | |
17 | | -| wildfly.db.client.rollback.count | Counter | cause | The total number of transactions rolled back | |
18 | | -| wildfly.db.client.transaction.NumberOfTransactions | Counter | | The total number of transactions (top-level and nested) created | |
| 5 | +| Metric Name | Type | Attributes | Description | |
| 6 | +|----------------------------------------------------|---------------|--------------------------------------|-------------------------------------------------------------------------| |
| 7 | +| wildfly.network.io | Counter | wildfly.server, network.io.direction | Total number of bytes transferred | |
| 8 | +| wildfly.error.count | Counter | wildfly.server, wildfly.listener | The number of requests that have resulted in a 5xx response | |
| 9 | +| wildfly.request.count | Counter | wildfly.server,wildfly.listener | The number of requests this listener has served | |
| 10 | +| wildfly.request.duration.sum | Counter | wildfly.server,wildfly.listener | The total amount of time spent processing requests | |
| 11 | +| wildfly.session.expired | Counter | wildfly.deployment | The number of expired sessions | |
| 12 | +| wildfly.session.rejected | Counter | wildfly.deployment | The number of rejected sessions | |
| 13 | +| wildfly.session.created | Counter | wildfly.deployment | The number of sessions created | |
| 14 | +| wildfly.session.count | UpDownCounter | wildfly.deployment | The number of active sessions | |
| 15 | +| wildfly.db.client.connections.usage | Gauge | data_source, state | The number of open jdbc connections | |
| 16 | +| wildfly.db.client.connections.WaitCount | Counter | data_source | The number of requests that had to wait to obtain a physical connection | |
| 17 | +| wildfly.db.client.rollback.count | Counter | cause | The total number of transactions rolled back | |
| 18 | +| wildfly.db.client.transaction.NumberOfTransactions | Counter | | The total number of transactions (top-level and nested) created | |
0 commit comments