opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
**Describe your environment** Redhat 7.9, Apache 2.4 **Steps to reproduce** I have installed the OpenTelemetry Apache module by following the guide and by triggering the install.sh for creating the log4cxx...
Datadog wants to integrate more closely with otel_ngx_module, if for no other reason than [ingress-nginx][1] plans to drop support for [nginx-opentracing][2] in favor of otel_ngx_module. This has been discussed previously...
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.
Is there a way to use Nginx module with Red Hat based Nginx images? The latest fully supported Nginx version on RHEL 8 base is 1.22.1. When using v1.0.3 module,...
As a user I'd like to define custom resource attributes (like [`deployment.environment`](https://github.com/open-telemetry/opentelemetry-cpp-contrib/blob/main/instrumentation/nginx/test/conf/otel-nginx.toml)) with both the [module directives](https://github.com/open-telemetry/opentelemetry-cpp-contrib/blob/bd4a9c169414e5b1140920ee283fd9e0f0e079f5/instrumentation/otel-webserver-module/src/nginx/ngx_http_opentelemetry_module.c#L167) as well as the [config toml file](https://github.com/open-telemetry/opentelemetry-cpp-contrib/blob/main/instrumentation/nginx/test/conf/otel-nginx.toml).
**Describe your environment** Running nginx in a kubernetes pod to serve static content and proxy dynamic requests. **Steps to reproduce** Nginx pod was build with this dockerfile: ``` # Take...
1) Add possibility to use HTTP OTLP exporter. 2) Improve tracing so that module creates internal or client span depending if the request is handled by Nginx directly or passed...
The newest release binary v1.0.4 is called .tgz like the previous ones but the file format is not tar+gz. I could extract it by first using "unzip" and then "tar...