You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/library/wildfly.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Here is the list of metrics based on MBeans exposed by Wildfly.
15
15
| wildfly.session.active.limit | UpDownCounter | wildfly.deployment | The maximum supported number of active sessions |
16
16
| wildfly.db.client.connection.count | UpDownCounter | db.client.connection.pool.name, db.client.connection.state | The number of open physical database connections |
17
17
| wildfly.db.client.connection.wait.count | Counter | db.client.connection.pool.name | The number of connection requests that had to wait to obtain it |
18
-
| wildfly.transaction.inflight| UpDownCounter || The number of in-flight transactions |
19
-
| wildfly.transaction.count | Counter || The total number of transactions created |
18
+
| wildfly.transaction.count | UpDownCounter || The number of in-flight transactions |
19
+
| wildfly.transaction.created| Counter || The total number of transactions created |
20
20
| wildfly.transaction.committed | Counter || The total number of transactions committed |
21
21
| wildfly.transaction.rollback | Counter | wildfly.rollback.cause | The total number of transactions rolled back |
0 commit comments