This repository was archived by the owner on Jun 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 273
TiKV 3.0 #724
Merged
liubo0127
merged 15 commits into
pingcap:master
from
zhangjinpeng87:tikv-trouble-shot-3.0
Apr 8, 2019
Merged
TiKV 3.0 #724
liubo0127
merged 15 commits into
pingcap:master
from
zhangjinpeng87:tikv-trouble-shot-3.0
Apr 8, 2019
Conversation
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
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
…into liubo/fix-tikv-trouble-shot-3.0
Remove push metrics
Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com>
@siddontang This PR's main purpose is to split TiKV grafana, I will send another PR to drop unused/duplicated metrics. |
liubo0127
approved these changes
Apr 8, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
liubo0127
added a commit
that referenced
this pull request
Apr 8, 2019
* Modify the version of ansible, grafana, and promethues (#720) * Add cgroup restrictions (#721) * Set rolling update limits (#723) * TiKV 3.0 (#724) * add tikv-trouble-shot Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * add tikv-summary and tikv-details Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * remote tikv Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * fix typo Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * only show prewrite|commit|rollback for scheduler Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * remove push mode for tikv Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * unifiy value Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * add propose wait & apply wait for write too slow pannel Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * fix block-cache size Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * fix channel full Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * write duration by instance Signed-off-by: zhangjinpeng1987 <zhangjinpeng@pingcap.com> * Remove push metrics * Liubo/check os version (#726) * Fix OS check * Fix OS check
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Split TiKV grafana into summary, details and trouble-shot. Summary is friendly for users, trouble-shot is friendly for DBAs, details is friendly for developers.
Also remove push mode for TiKV 3.0.