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
Prometheus counters are off if a transaction is rolled back, because we mutate the counters within the transaction. See #132 (comment). Perhaps we should only mutate counters after the transaction is comitted?
Prometheus counters are off if a transaction is rolled back, because we mutate the counters within the transaction. See #132 (comment). Perhaps we should only mutate counters after the transaction is comitted?