Hello, Igniters.
I found that AverageTxCommitTime and AverageTxRollbackTime metrics in CacheMetrics calculated in milliseconds instead of microseconds as pointed in javadoc (simple reproducer [1]). Seems that it’s happening due to incorrect time units conversion in IgniteTxLocalStateAdapter#onTxEnd. Should I create a ticket to fix this? [1] https://github.com/xtern/ignite/blob/ignite-reproducer/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/CacheMetricsTxAvgTimeTest.java