opentelemetry-cpp-contrib icon indicating copy to clipboard operation
opentelemetry-cpp-contrib copied to clipboard

extend OpenTelemetry module for Apache HTTP Server with arm support

Open cforce opened this issue 2 years ago • 1 comments
trafficstars

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.

cforce avatar Oct 09 '23 07:10 cforce

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

pl4nty avatar Jan 06 '24 08:01 pl4nty