-
Notifications
You must be signed in to change notification settings - Fork 48
Conversation
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.
OK, but CI fails
e773c8c
to
f858147
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.
Code looks good, but I'd like to have a some description of the change in the commit message. AFAIU there are three things fixed:
- ceph_pool_bytes_used -> ceph_pool_stored
- There was wrong escaping
- Datasource is "null" now (why?)
8a94907
to
2970660
Compare
I have changed the commit message to reflect the changes. Also that datasource problem was due to bad copying from upstream, and not fixing it. |
2970660
to
3915a35
Compare
* Metric `ceph_pool_bytes_used` changed to `ceph_pool_stored`. * Fix the wrong escaping that caused templating issues. Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
3915a35
to
c60a3d3
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.
OK
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.
Looks good, thanks!
Graph after this fix:
Fixes #458