-
Notifications
You must be signed in to change notification settings - Fork 24
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
Stumpf haproxy #9
Conversation
…port to get stats through tcp.
haproxy.py
Outdated
DIMENSIONS_LIST = [ | ||
'pxname', | ||
'svname', | ||
'weight', |
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.
Don't send weight as dim unless it will remain constant always.
haproxy.py
Outdated
proxy_monitors = [] | ||
excluded_metrics = set() | ||
enhanced_metrics = False | ||
interval = DEFAULT_INTERVAL |
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.
Remove default interval
…ult interval, still allow for interval to be set
LGTM after your recent changes. There's quite a few other reviewers on here so I'll hold off on the merge for the time being. |
Productize HAProxy plugin, added new metrics and filtering. Added support to get stats through tcp.