-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cluster: update dashboard metadata on reload #1003
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1003 +/- ##
==========================================
- Coverage 55.62% 51.91% -3.72%
==========================================
Files 280 280
Lines 19734 19741 +7
==========================================
- Hits 10977 10248 -729
- Misses 7048 7876 +828
+ Partials 1709 1617 -92
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/lgtm |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 7e81676
|
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 36ac1d4
|
@AstroProfundis: Your PR has out-of-dated and I have automatically updated it for you. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/ti-community-prow repository. |
* cluster: update dashboard metadata on reload * only reload for tidb cluster Co-authored-by: SIGSEGV <[email protected]> Co-authored-by: Ti Prow Robot <[email protected]>
What problem does this PR solve?
The prometheus URL in PD is not updated on
reload
, thus dashboard is not using the correct prometheus for querying.Currently, run
reload
with any node (even a non-exist node) could trigger the update and workaround this.Check List
Tests
Related changes
Release notes: