Opentelemetry integration with reverse-proxy (haproxy and AWS ELB) #973
Closed
prakash-42
announced in
Community Discussions
Replies: 2 comments 3 replies
|
Are you interested in traces, logs, or metrics? CC @alolita @anuraaga for AWS ELB portion of this question For haproxy short googling uncovered things like: https://gist.github.com/wosc/dcda023a11093263f1febc7a050b949e and https://docs.splunk.com/observability/gdi/haproxy/haproxy.html @bogdandrutu do you know whether Splunk solution is based on some OSS component that can be reused? @wosc I wonder if you have managed to convert the solution written in gist in working OSS component? |
2 replies
|
Is there any progress on 1. haproxy generating Opentelemetry compliant traces itself or with hejp of some tool/libs? and 2. availability of collector (or at least receiver) for the same? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a solution to have open-telemetry integrate with reverse-proxy? We use a combination of haproxy and AWS Elb for routing of our requests.
I have already seen a solution for nginx (https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx), so I'm hoping there could be a similar solution for haproxy and AWS ELB.
All reactions