opentelemetry-cpp-contrib
opentelemetry-cpp-contrib copied to clipboard
**Describe your environment** I am running Ubuntu 20.04 LTS Stable and I downloaded the latest stable release of OpenTelemetry nginx module from the Github Actions artificats section. [](https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx) I am...
Just curious if this module can be used for openresty? If not is there any plan to include openresty in future release?
**Describe your environment** Ubuntu 18.04 NGINX 1.21.6 (built using a modified version of https://launchpad.net/~ondrej/+archive/ubuntu/nginx-mainline -- NGINX backported to Ubuntu 18) GRPC Version v1.36.4 OpenTelemetry-cpp 1.4.0 OpenTelemetry-cpp-contrib main See https://gist.github.com/dgolombek/0800c77d4a4dd17369fba13ae49d2cd2 for...
Basically if you configure the endpoint via environment variable, it will always to try communicate via insecure. Because use_ssl_credentials is used in the grpc exporter, but we never set it....
**Describe your environment** nginx 1.20.2 Raspberry Pi 4 Bullseye Linux 5.15.33-v8+ #1540 SMP PREEMPT Mon Apr 11 13:18:30 BST 2022 aarch64 GNU/Linux **Steps to reproduce** Ran ./configure --with-compat --add-dynamic-module=/home/pi/opentelemetry-cpp-contrib/instrumentation/nginx Tail...
Now that the opentelemetry-cpp Metrics implementation is taking shape, it would be good to have an initial implementation for Metrics exporter for statsd.
**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...
I am experiencing a reproducible crash in nginx workers when `opentelemetry_propagate` is set, and a `@healthcheck` named location is defined. Removing either from the config avoids the crash. On a...
**Describe your environment** Mac docker run openresty/openresty:alpine **Steps to reproduce** 1. compile the otel so into image Dockerfile content ``` FROM openresty/openresty:alpine AS builder ENV HTTP_PROXY=http://host.docker.internal:7890 ENV HTTPS_PROXY=http://host.docker.internal:7890 ENV OPENTELEMETRY_VERSION...