-
Notifications
You must be signed in to change notification settings - Fork 23
Adds basic monitoring stack #18
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
Conversation
b61235c
to
f79ecc2
Compare
#kolla_enable_prometheus_openstack_exporter: | ||
#kolla_enable_prometheus_rabbitmq_exporter: | ||
#kolla_enable_prometheus_server: | ||
kolla_enable_prometheus: true |
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.
Probably needs to enable via a feature flag
minute for 5 minutes. | ||
|
||
# alert on high deviation from average PG count | ||
- alert: high pg count deviation |
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.
Space separated name is not consistent with camelcase in other files. This breaks jira alert.
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.
Good point, fixed in #179
Needs to go into Xena |
@@ -0,0 +1,16 @@ | |||
{% raw %} |
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.
That's included in K-A now
Add Neutron generic-switch driver configuration
No description provided.