-
Notifications
You must be signed in to change notification settings - Fork 12
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 extended attribute to get-cluster-status #428
base: main
Are you sure you want to change the base?
Add extended attribute to get-cluster-status #428
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #428 +/- ##
==========================================
- Coverage 66.39% 66.30% -0.09%
==========================================
Files 17 17
Lines 3169 3173 +4
Branches 419 420 +1
==========================================
Hits 2104 2104
- Misses 930 934 +4
Partials 135 135 ☔ View full report in Codecov by Sentry. |
7861989
to
89b6eb2
Compare
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.
Hi @arif-ali,
thank you for your contribution.
Please, check comments
89b6eb2
to
b7081c4
Compare
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.
Thank you for the contribution here!
@paulomach will we copy to K8s ourself or should we ask @arif-ali ?
we do it
This changes from the default boolean that was being used internally to what mysql expects. The values between 0 and 3 are valid.
b7081c4
to
27d86ed
Compare
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
This changes from the default boolean that was being used internally to what mysql expects. The values between 0 and 3 are valid.
Issue
Would like to get extra cluster status attributes to debug issues with mysql replication.
Solution
The solution allows us to do this via actions, rather than logging in, and getting the data manually