-
Notifications
You must be signed in to change notification settings - Fork 726
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
*: use address instead of storeID for metrics #1429
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1429 +/- ##
==========================================
- Coverage 67.72% 67.62% -0.11%
==========================================
Files 158 158
Lines 15146 15165 +19
==========================================
- Hits 10258 10255 -3
- Misses 3965 3980 +15
- Partials 923 930 +7
Continue to review full report at Codecov.
|
Why does it need to be cherry-picked to release branch? |
Do we need to guide users to clean up old metrics data in release note? It may mess up if old and new format mix together. |
Do we need an API to find the |
@disksing The current |
@nolouch Yes, it will be better. Maybe this work can be done by another PR? |
I think use the same label name won't solve the problem I mentioned. Without clean up old data, there will be both label values of store id and store address. |
@disksing Oh, yes. But since we will change the label name and also change the expression of Grafana, the old data won't appear, right? |
I don't think so. You may start a cluster to try it. @rleungx |
I have tested it and the old data won't appear. |
seem now if you cherry pick to release, the user must upgrade the ansible too, right? |
@siddontang Yes. So do we need to cherry-pick it to release-2.1? |
I think we don't need to merge to release. |
Ok. |
/rebuild |
Signed-off-by: rleungx <[email protected]>
Signed-off-by: rleungx <[email protected]>
Signed-off-by: rleungx <[email protected]>
Signed-off-by: rleungx <[email protected]>
What problem does this PR solve?
Closes #1427.
What is changed and how it works?
This PR is going to use TiKV address instead of
storeID
for the metrics.Check List
Tests
Related changes
tidb-ansible
repository