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
Add metrics counting the number of automatic retries of transactions and
statements within conn executor.
Informs: #145377
Release note (sql change): Add new metrics `sql.txn.auto_retry.count`
and `sql.statements.auto_retry.count` which count the number of
automatic retries of SQL transactions and statements, respectively,
within the database.
These metrics differ from the related `txn.restarts.*` metrics in that
the latter count retryable errors emitted by the KV layer of the
database, which must be retried, and the former count auto-retry actions
taken by the SQL layer of the database in response to some of those
retryable errors.
0 commit comments