You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HAProxy receiver readme mentions support for HTTP, but it does not work for me.
Seems to me like the functionality support is planned but not implemented yet.
If that is the case, I would be ok with that state being mentioned in the readme.
Steps to Reproduce
Run v81 collector docker image
Run haproxy:2.8.1 docker image (and expose HTTP stats endpoint by configuring haproxy.cfg)
Component(s)
receiver/haproxy
What happened?
Description
HAProxy receiver readme mentions support for HTTP, but it does not work for me.
Seems to me like the functionality support is planned but not implemented yet.
If that is the case, I would be ok with that state being mentioned in the readme.
Steps to Reproduce
Expected Result
HTTP endpoint scraped as mentioned in readme.
Or readme saying it does not work for HTTP.
Actual Result
HTTP endpoint not scraped, looks like it uses the same code path as for the socket, resulting in a fail.
Collector version
0.81.0
Environment information
Environment
Collector docker image: otel/opentelemetry-collector-contrib:0.81.0
HaProxy Dockerfile
I just added this to haproxy.cfg to enable stats on 8404/stats
That exposed this.
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: