-
Notifications
You must be signed in to change notification settings - Fork 499
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
Add collector to collect tidb information in kubernetes cluster #4689
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Hanlin Shi <[email protected]>
Signed-off-by: Hanlin Shi <[email protected]>
Signed-off-by: Hanlin Shi <[email protected]>
Signed-off-by: Hanlin Shi <[email protected]>
Signed-off-by: Hanlin Shi <[email protected]>
Signed-off-by: Hanlin Shi <[email protected]>
Signed-off-by: Hanlin Shi <[email protected]>
[REVIEW NOTIFICATION] This pull request has not been approved. To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4689 +/- ##
==========================================
+ Coverage 63.58% 69.56% +5.98%
==========================================
Files 196 200 +4
Lines 21315 23848 +2533
==========================================
+ Hits 13554 16591 +3037
+ Misses 6537 5994 -543
- Partials 1224 1263 +39
|
Signed-off-by: Hanlin Shi <[email protected]>
Signed-off-by: Hanlin Shi <[email protected]>
@hanlins: PR needs rebase. 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 kubernetes/test-infra repository. |
What problem does this PR solve?
Added a tool for collecting tidb-related information in a kubernetes cluster.
Fixes #4686
What is changed and how does it work?
No changes on existing code base, added a dedicated binary to collect information in kubernetes cluster.
Code changes
Tests
Side effects
Related changes
Release Notes
Please refer to Release Notes Language Style Guide before writing the release note.