opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
**Is your feature request related to a problem?** Is there a way to configure `OTEL_EXPORTER_OTLP_HEADERS` with the Apache Module? The current version works wonderfully with Jaeger. I can change my...
**Describe your environment** Docker with `FROM nginx:1.21.6` **Steps to reproduce** Included the build `ngx_http_opentelemery_module.so` like this: ``` load_module modules/ngx_http_opentelemetry_module.so; ``` output was: ``` gateway_1 | 2022/07/30 22:40:55 [emerg] 28#28: module...
Hi I was working with the webserver-module and compiling it to test it and found a problem. #0 53.23 > Task :configureApache24 FAILED #0 53.23 checking for chosen layout... Apache...
**Describe your environment** The issue was detected when using: - nginx:1.22.0-alpine - opentelemetry-cpp v.1.2.0 - latest version of the nginx instrumentation **Steps to reproduce** It is possible to reproduce using...
**Describe your environment** - OpenTelemetry C++ 1.2.0 - OpenTelemetry C++ Contrib at 3808bc3be386fbcc58d39cd858fb375d7e1fafa3 - Nginx 1.19.9 I haven't narrowed down how to reproduce the issue yet but I'm getting a...
**Describe your environment** macOS v11.2.3 M1 docker-compose v1.29.2 **Steps to reproduce** ``` git config --global http.sslverify false git clone [email protected]:open-telemetry/opentelemetry-collector-contrib.git; \ cd opentelemetry-collector-contrib/examples/demo; \ docker-compose up -d ``` **What is...
**Describe your environment** I am compiling from the source Should I compile two different versions, on with gRPC and another with HTTP? -DWITH_OTLP_GRPC=ON -DWITH_OTLP_HTTP=ON In case of compile with gRPC...
**Describe your environment** I am running in Docker and copying in the OpenTelemetry module from https://github.com/nginxinc/nginx-unsupported-modules, specifically [this image](https://github.com/nginxinc/nginx-unsupported-modules/pkgs/container/amd64%2Fngx_otel_module/18833181?tag=linux-libc-nginx-1.21.6), `sha256:43f2fbf6bd3ca9186e4712e9ab79d36abfa2a5d32624478cf02f46f657208272`. This module is built directly from `main` and was created...