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
| ActiveTransactions | Counter | Number of active transactions. |
391
+
| CommittedTransactions | Counter | Number of committed transactions. |
392
+
| RollbackedTransactions | Counter | Number of rollbacked transactions. |
393
+
| FailedQuery | Counter | Number of times executing a query failed (either during parse time or runtime). |
394
+
| FailedPrepare | Counter | Number of times preparing a query failed. |
395
+
| FailedPull | Counter | Number of times pulling a query failed. |
396
+
| SuccessfulQuery | Counter | Number of successful queries. |
397
+
| TransientErrors | Counter | Number of times a transient error happened. Transient errors are those errors which can be retried. |
398
+
| WriteWriteConflicts | Counter | Number of times a write-write conflict happened (2 transactions performing modification to the same node simultaneously). |
0 commit comments