-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat: Updating openstack and alerts dashboards with additional checks #535
base: main
Are you sure you want to change the base?
Conversation
d4ef7d3
to
9bc0ec8
Compare
9bc0ec8
to
07fd30e
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.
mostly looks fine, looks like it introduced a few extraneous spaces?
@@ -4505,11 +4640,11 @@ | |||
}, | |||
"editorMode": "code", | |||
"exemplar": false, | |||
"expr": "sum(openstack_cinder_limits_volume_used_gb)", | |||
"expr": "sum(openstack_cinder_limits_volume_used_gb) ", |
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.
extraneous trailing space added?
@@ -4573,11 +4708,11 @@ | |||
}, | |||
"editorMode": "code", | |||
"exemplar": false, | |||
"expr": "sum(openstack_glance_image_bytes)", | |||
"expr": "sum(openstack_glance_image_bytes) ", |
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.
extraneous trailing space added?
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.
Not sure how those got there, came from the export I would assume o.o
No description provided.