open-telemetry / opentelemetry-cpp-contrib

https://opentelemetry.io/
Apache License 2.0
121 stars 130 forks source link

extend OpenTelemetry module for Apache HTTP Server with arm support #332

Open cforce opened 9 months ago

cforce commented 9 months ago

The existing docs say currently apache otel module only works for x86-64 instruction set and glibc version greater than 2.17 https://github.com/open-telemetry/opentelemetry.io/blob/main/content/en/blog/2022/instrument-apache-httpd-server/index.md This feature is requesting support for arm as well.

pl4nty commented 6 months ago

I've built an autoinstrumentation image (ghcr.io/pl4nty/otel-operator-autoinstrumentation-apache-httpd) and it's been stable for a few months with httpd and nginx. Happy to send a PR but I haven't written tests or anything - it's just a few lines in build.gradle and common.gradle