-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
82633: [CRDB-14199] ui, sql: add cluster.preserve_downgrade_option to prometheus and alerts r=Santamaura a=Santamaura This patch exposes the cluster.preserve_downgrade_option setting in prometheus (as a unix timestamp) with the name cluster.preserve-downgrade-option.last-updated so that users can check when this value was last updated when finalizing cluster upgrades. If the option is reset the metric will be set to 0. An alert banner on the dashboard will also display if the option has been set for 48 hours or greater indicating the upgrade may have not been finalized. Resolves #78620 Release note (sql change, ui change): Add cluster.preserve_downgrade_option to prometheus as a unix timestamp and to alert banners in order to provide some observability in upgrade finalization. on `_status/vars` ![Screen Shot 2022-06-09 at 1 01 48 PM](https://user-images.githubusercontent.com/17861665/172903600-b31c97dc-de66-4963-b48d-20a0b036e9df.png) on dashboard ![Screen Shot 2022-06-08 at 2 06 43 PM](https://user-images.githubusercontent.com/17861665/172903656-59e7354d-6863-4668-a42b-f7806d56f60f.png) 83401: jobs: add tracing spans to update and load job r=miretskiy a=stevendanna Here we start child tracing spans during update and load job operations. These seems like the two most interesting operations from the pespective of resumers. Release note: None Co-authored-by: Santamaura <[email protected]> Co-authored-by: Steven Danna <[email protected]>
- Loading branch information
Showing
8 changed files
with
181 additions
and
4 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
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