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

[haproxy] ` ̶c̶o̶l̶l̶a̶t̶e̶_̶s̶t̶a̶t̶u̶s̶_̶t̶a̶g̶s̶_̶p̶e̶r̶_̶h̶o̶s̶t̶… #2314

Merged
merged 1 commit into from
Mar 2, 2016

Conversation

yannmh
Copy link
Member

@yannmh yannmh commented Mar 2, 2016

…` option

HAProxy newly introduced collate_status_tags_per_host option does not
appropriately aggregates metrics when a backend is associated to
multiple service. Remove it, to fix it.

@olivielpeau
Copy link
Member

Can you also remove the STATUS_MAP attribute?

STATUS_MAP = {
'up': 'up',
'open': 'up',
'down': 'down',
'maint': 'down',
'nolb': 'down'
}

@olivielpeau
Copy link
Member

Apart from my comment it looks good to me!

…` option

HAProxy newly introduced `collate_status_tags_per_host` option does not
appropriately aggregates metrics when a backend is associated to
multiple service. Remove it, to fix it.
@yannmh yannmh force-pushed the yann/haproxy-remove-status-collation-option branch from f6b7545 to c6f9c6f Compare March 2, 2016 19:23
@olivielpeau
Copy link
Member

👍

olivielpeau added a commit that referenced this pull request Mar 2, 2016
…ation-option

[haproxy] ` ̶c̶o̶l̶l̶a̶t̶e̶_̶s̶t̶a̶t̶u̶s̶_̶t̶a̶g̶s̶_̶p̶e̶r̶_̶h̶o̶s̶t̶…
@olivielpeau olivielpeau merged commit 16601f3 into master Mar 2, 2016
@olivielpeau olivielpeau deleted the yann/haproxy-remove-status-collation-option branch March 2, 2016 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants