Open shlomi-noach opened 1 day ago
Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.
release notes (needs details)
label if users need to know about this change.-
), and have a clear help text.Jobs
should be named in order to mark it as required
.required
, the maintainer team must be notified._vt
tables and RPCs need to be backward compatible.vtctl
command output order should be stable and awk
-able.Attention: Patch coverage is 28.57143%
with 15 lines
in your changes missing coverage. Please review.
Project coverage is 67.37%. Comparing base (
fb79106
) to head (952a7eb
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...tle/base/self_metric_innodb_history_list_length.go | 28.57% | 15 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
Adding a new and useful throttling metric: InnoDB's
history_list_length
. This is fetched viaThe default threshold is
1,000,000,000
(read: high enough)Related Issue(s)
https://github.com/vitessio/vitess/issues/15624
Checklist
Deployment Notes