Description
These additional metrics should be implemented to monitor transactions.
class TransactionMetricsMxBean{ /** The number of transactions which were committed. */ long getTransactionsCommittedNumber(); /** The number of transactions which was rollbacked. */ long getTransactionsRolledBackNumber(); /** The number of transactions holding at least one key lock. */ long getTransactionsHoldingLockNumber(); /** The number of keys locked on the node. */ long getLockedKeysNumber(); /** The number of transactions for which node is the initiator. */ int getOwnerTransactionsNumber(); }
For more details see in IgniteTxAdapter and IgniteTxManager.
Attachments
Issue Links
- is related to
-
IGNITE-8340 .NET: Implement new JMX metrics for transactions
- Open
- links to