-
Notifications
You must be signed in to change notification settings - Fork 35
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
[OSPRH-11073] Add mysqld_exporter #551
[OSPRH-11073] Add mysqld_exporter #551
Conversation
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4e70fbea8a6b4e5dacab425480125be5 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 56m 00s |
139ba92
to
8237b3f
Compare
This adds mysqld_exporter to the Ceilometer resource. What I'd really appreciate some feedback: - Where exactly to put the status of mysqld_exporter in the CRD Whats missing: - ScrapeConfig - followup PR - API, TLS and openstackversion support in openstack-operator - PR when this is merged
8237b3f
to
8f9673e
Compare
/retest |
1 similar comment
/retest |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jlarriba, vyzigold The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
/unhold |
/retest |
The new crd-schema check is complaining about a few fields. IMO they're not a big deal, they follow established patterns from this and other openstack operators. Unfortunately there isn't a straightforward way to fix some of the fields and comply with the checker at the moment. There is a slack discussion about the check ongoing. |
/hold I'll rewrite the status portion of the API after a slack discussion |
/unhold |
The crd-checker fails with the followin errors:
Following the crd-checker suggestions would break already established patterns throughout all of the operators, while not providing any additional value. IMO we should just ignore the errors. This should be fixed when (and if) some larger oko effort to change all these values across all of the operators happens. |
/override precommit-check |
@jlarriba: /override requires failed status contexts, check run or a prowjob name to operate on.
Only the following failed contexts/checkruns were expected:
If you are trying to override a checkrun that has a space in it, you must put a double quote on the context. In response to this:
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-sigs/prow repository. |
/override ci/prow/precommit-check |
@jlarriba: Overrode contexts on behalf of jlarriba: ci/prow/precommit-check In response to this:
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-sigs/prow repository. |
/lgtm |
/retest |
/retest |
5fc45e1
into
openstack-k8s-operators:main
This adds mysqld_exporter to the Ceilometer resource.
What I'd really appreciate some feedback:
Whats missing: