forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slack-vitess-r15.0.5
: misc required backports, pt. 1 (#361)
* Add `VStreamerCount` stat to `vttablet` (vitessio#11978) * Add `VStreamersActive` stat to `vttablet` Signed-off-by: Tim Vaillancourt <[email protected]> * Improve desc Signed-off-by: Tim Vaillancourt <[email protected]> * Add PR suggestions Signed-off-by: Tim Vaillancourt <[email protected]> * Move to *stats.Gauge Signed-off-by: Tim Vaillancourt <[email protected]> * Single defer Signed-off-by: Tim Vaillancourt <[email protected]> Signed-off-by: Tim Vaillancourt <[email protected]> * Add `Uptime` metric (vitessio#12712) * Add `Uptime` metric to `vtgate`+`vttablet` Signed-off-by: Tim Vaillancourt <[email protected]> * move to go/vt/servenv/status.go Signed-off-by: Tim Vaillancourt <[email protected]> * Use nanoseconds for uptime Signed-off-by: Tim Vaillancourt <[email protected]> * Move Uptime metrics to servenv.go, remove dupe start time.Time Signed-off-by: Tim Vaillancourt <[email protected]> * Use serverStart time.Time Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Tim Vaillancourt <[email protected]> * Implement the RowsColumnTypeScanType interface in the go sql driver for Vitess in order to get the column types (vitessio#12007) Signed-off-by: Johan Oskarsson <[email protected]> Signed-off-by: Johan Oskarsson <[email protected]> Co-authored-by: Johan Oskarsson <[email protected]> * Add vstream metrics to vtgate (vitessio#13098) * Add vstream metrics to vtgate Signed-off-by: twthorn <[email protected]> * Update unit test name and use cell variable Signed-off-by: twthorn <[email protected]> * Reset metrics for TestVStreamsCreatedAndLagMetrics, fix data race issue Signed-off-by: twthorn <[email protected]> --------- Signed-off-by: twthorn <[email protected]> * add lock to flaky TestValidateVersionShard test Signed-off-by: Tim Vaillancourt <[email protected]> * typo Signed-off-by: Tim Vaillancourt <[email protected]> --------- Signed-off-by: Tim Vaillancourt <[email protected]> Signed-off-by: Johan Oskarsson <[email protected]> Signed-off-by: twthorn <[email protected]> Co-authored-by: Johan Oskarsson <[email protected]> Co-authored-by: Johan Oskarsson <[email protected]> Co-authored-by: Thomas Thornton <[email protected]>
- Loading branch information
1 parent
a912583
commit e9875f2
Showing
8 changed files
with
253 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.