Skip to content

Commit 3334081

Browse files
committed
fix doc
1 parent c1a1652 commit 3334081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/jmx-metrics/library/wildfly.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here is the list of metrics based on MBeans exposed by Wildfly.
1515
| wildfly.session.active.limit | UpDownCounter | wildfly.deployment | The maximum supported number of active sessions |
1616
| wildfly.db.client.connection.count | UpDownCounter | db.client.connection.pool.name, db.client.connection.state | The number of open physical database connections |
1717
| 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 |
2020
| wildfly.transaction.committed | Counter | | The total number of transactions committed |
2121
| wildfly.transaction.rollback | Counter | wildfly.rollback.cause | The total number of transactions rolled back |

0 commit comments

Comments
 (0)