-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 module authentication support for metrics #5178
Comments
What type of authentication are you referring to? Can you please provide an example configuration for the HAProxy side. That will help us with coming up with a test case. |
This is how you configure HAProxy to collect and display metrics with authentication: listen stats :9000 # Listen on localhost:9000 https://www.datadoghq.com/blog/how-to-collect-haproxy-metrics/ |
This should be working already, we just have to update docs, please check #4457 |
Has anyone actually tested this, because we could not get it to work, which is why I opened this ticket. |
@sgelastic #5819 was just merged thanks to @jsoriano . Would be great if you could test this with a snapshot build again. |
HAProxy metrics can be configured with authentication. The MetricBeat HAProxy module does not seem to be able to pull this data when authentication is supported. My client is adamant he needs this feature to monitor sensitive production devices.
The text was updated successfully, but these errors were encountered: