opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
**Describe your environment** Many of the variables in this project are named like "appd_you_name_it" or "appdynamics_you_name_it". **Steps to reproduce** Describe exactly how to reproduce the error. Include a code sample...
We are using since a while otel-webserver-module for NGINX. Is there a good reason why NginxModuleRequestHeaders and NginxModuleResponseHeaders are case sensitives? HTTP 1.1 and 2.0 states in their RFCs that...
**Describe your environment** Describe any aspect of your environment relevant to the problem, including your platform, build system, version numbers of installed dependencies, etc. If you're reporting a problem with...
**Describe your environment:** - **Platform:** Ubuntu 20.04.2 LTS - **Nginx Version:** 1.26.0 - **GCC Version:** 9.4.0 - **Kernel Version:** Linux 6.5.0-1020-aws - **OpenTelemetry Module Version:** Latest from the repository (webserver/v1.1.0)...
Fixes #343. Attempt to enable otel-webserver support for ARM64. The build succeeds and I appear to able to use the webserver module on ARM64. 1. Should the Dockerfiles, e.g. `instrumentation\otel-webserver-module\docker\ubuntu20.04\Dockerfile`...
**Steps to reproduce** Create a severity_logger with the type of `boost::log::trivial::severity_level` instead of `int`. ```cpp boost::log::sources::severity_logger logger; BOOST_LOG_SEV(logger, boost::log::trivial::info)
**Describe your environment** OpentelemetryOperator: 0.99.0 OtelWebserverMoudle: 1.0.4 We are using the nginx instrumentation moudle of otel-webserver-module in our environment. But we found the module will generate multi propogation header(traceparent and...
**Describe your environment** We are using this module as part of ingress-nginx under Global application load balancer on Google Cloud Platform. What was heavy used feature by us was connection...