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

Results 144 opentelemetry-cpp-contrib issues
Sort by recently updated
recently updated
newest added

Hi Why I am getting this error with nginx ``` Error: virtual OTEL_SDK_STATUS_CODE otel::core::ApiUtils::init_boilerplate(): Invalid logging config file: "/usr/conf/appdynamics_sdk_log4cxx.xml" ``` I am not sure why it is looking for appdynamics_sdk,...

bug
Webserver

Getting the following syntax error when trying to configure export directly in apache module conf: ``` AH00526: Syntax error on line 17 of /etc/apache2/conf-enabled/opentelemetry_module.conf: Invalid command 'ApacheModuleOtelExporterHeaders', perhaps misspelled or...

bug
Webserver

Hi, I started an AWS Lab last week using Ec2 and EKS, the objective of this lab is: **Inside a Kubernetes Cluster Monitor Nginx Ingress Controller Internal and external, using...

**Describe your environment** Docker Nginx 1.23.1 (official image) OpenTelemetry Webserver 1.0.3 x64 Linux Node.js / Express app acting as a "backend" (Nginx `proxy_pass` requests to this backend) ``` Request >...

bug
Webserver

Artifacts expired, so the built shared object files no longer are downloadable. This update allows workflow to be triggered from web to rebuild the files.

instrumentation:nginx

opentelemetry-cpp has [deprecated](https://github.com/open-telemetry/opentelemetry-cpp/blob/main/CMakeLists.txt#L165) `WITH_OTLP` cmake option. It suggests using `WITH_OTLP_GRPC/WITH_OTLP_HTTP` instead. Signed-off-by: Muhammad Falak R Wani

# Objective - Make it simple for customers to tie telemetry to the GCP resource producing it. - Get one step closer to a universal OOTB resource detector # Background...

I have an nginx instance as reverse proxy running. This reverse proxy serves an endpoint (/v1/telemetry/) for other applications to send telemetry data. I like to exclude this endpoint from...

Not yet ready for review - moving to draft.

general

**Describe your environment** EKS 1.24 Nginx: ``` nginx version: nginx/1.21.6 built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4) built with OpenSSL 3.0.8 7 Feb 2023 TLS SNI support enabled configure arguments:...

bug