ui: expose txn.refreshspanbytesexceeded
in the admin UI
#46681
Labels
A-webui
Triage label for DB Console (fka admin UI) issues. Add this if nothing else is clear.
A-webui-queryperf
A-webui-timeseries
no-issue-activity
X-stale
In #46056 we added this metric to track when queries fail to refresh reads due to having run into the limit set by
kv.transaction_max_refresh_span_bytes
. We expect more txns to hit this limit as explained in #46275. We should expose this metric in the admin dashboards, coupled with guidance around how to work around it in our docs (cockroachdb/docs#7012), to help users running into serializable retry errors.Jira issue: CRDB-5068
The text was updated successfully, but these errors were encountered: