-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Mysql additional vars #10573
Mysql additional vars #10573
Conversation
could i change the label? i can't modify the label section |
@@ -83,6 +83,30 @@ instances: | |||
# cert: <CERT_FILE_PATH> | |||
# ca: <CA_PATH_FILE> | |||
|
|||
## @param additional_status - list of mappings |
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.
This file is autogenerated. Changes here need to come from the spec file and then synced with ddev validate config -s
@@ -81,6 +81,24 @@ class Config: | |||
key: Optional[str] | |||
|
|||
|
|||
class AdditionalStatus(BaseModel): |
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.
This file is autogenerated. Changes here need to come from the spec file and then synced with ddev validate models -s
@@ -96,6 +96,14 @@ def instance_ssl(field, value): | |||
return get_default_field_value(field, value) | |||
|
|||
|
|||
def instance_additional_status(field, value): |
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.
This file is autogenerated. Changes here need to come from the spec file and then synced with ddev validate models -s
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.
👍 for docs
@hithwen , Thank you for answer. Fixed the related code. i was check ddev sync about model and config through code push. |
@apigirl , please check again this PR :) |
What does this PR do?
Sometimes the result of "SHOW VARIABLE" or "SHOW STATUS" is not in const.
Since using a custom query is considered an unnecessary process, we are going to send the result value using yaml as needed.
Motivation
As i am monitoring, i need to collect more parameters.
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached