Skip to content
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

Cloud load balancer plugin uses name to create metrics output #135

Open
sanxiago opened this issue Aug 9, 2016 · 0 comments
Open

Cloud load balancer plugin uses name to create metrics output #135

sanxiago opened this issue Aug 9, 2016 · 0 comments

Comments

@sanxiago
Copy link

sanxiago commented Aug 9, 2016

each metric is output is identified by 2 variables %s.%s % (name,metric)

name is created by
name = instance.name.lower().replace('-', '_')

if name has spaces the metrics fail to be picked up by the alarm setup as spaces are not filtered

I ended up defaulting the name to a fixed string 'lb', as I am re using the alert syntax between load balancer checks.

For setting up checks I do not see the value of changing the name of the metrics based on the load balancer the name of the metrics should remain the same regardless of the load balancer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant