-
Notifications
You must be signed in to change notification settings - Fork 21
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 RADOS gateway usage exporter support #1082
Add RADOS gateway usage exporter support #1082
Conversation
etc/kayobe/kolla/config/prometheus/prometheus.yml.d/80-radosgw-exporter.yml
Show resolved
Hide resolved
@seunghun1ee what's the status of this PR? It's already a bit stale, can we get it moving again? |
@Alex-Welsh The playbook and Prometheus template were tested. This was set to WIP because the exporter itself is missing one criteria: Reducing the privileges of the credential that the exporter use. I can close this and create new PR to Antelope branch if we are okay to move on with one missing criteria. |
I see what you mean. Using admin creds isn't ideal but we do it in a lot of places. I don't think it should be a blocker in this instance. Please do rebase this and change the target branch. Since it's a new feature, I think we should just put it in Caracal |
Also, please add a release note |
This will not run by default as ``stackhpc_enable_radosgw_usage_exporter`` is initially set to false
This reverts commit 1607da4.
0b13351
to
28a88f4
Compare
@Alex-Welsh I found the way to use ceph_rgw user's ec2 credential instead of admin user. |
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.
One general change, could you add it as a post-hook to service deploy since the default for stackhpc_enable_radosgw_usage_exporter
is false?
This will not run by default as ``stackhpc_enable_radosgw_usage_exporter`` is initially set to false
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.
Couple of nits but almost there
releasenotes/notes/add-radosgw-usage-exporter-support-93d55c544418b05a.yaml
Show resolved
Hide resolved
This version includes image scan on build
No description provided.