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

Since the Otel implementation allows us to send spans directly to backend instances, how can we send spans directly to jaeger without setting up an OTel Collector?

Some services expect [B3 Multi][1] headers as input information. To support that we need to be able to Inject them into upstream requests. Tests will be added as a separate...

instrumentation:nginx

**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...

bug

**Describe your environment** Using nginx 1.19.3 that comes with `--with-compat` ``` $ nginx -V [gke_hasura-lux_us-east1_prod-k8s-cluster/default] nginx version: nginx/1.19.3 built by gcc 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) built with OpenSSL 1.1.1 11 Sep...

bug

**Describe your environment** I'm compiling inside a `k8s.gcr.io/ingress-nginx/controller:v0.46.0` Docker image but the same thing can be seen in the output of the [GitHub Actions](https://github.com/open-telemetry/opentelemetry-cpp-contrib/runs/4544578053?check_suite_focus=true) so I don't think it's environment-specific...

bug

**Is your feature request related to a problem?** I'm trying to download a "stable" version of the module in a way that doesn't rely on some developer putting the .so...

Is it possible to have an docker image on dockerhub (or somewhere else)? I am building an example of a system monitored with opentelemetry, but struggeling how to build this...

Hello, **Is your feature request related to a problem?** I created a docker image to run opentelemetry with alpine. I had to install its dependencies, compile nginx with --with-compat, opentelemetry-cpp...

I am trying to setup the HTTPD instrumentation module. These are the steps I followed 1. Running the Dockerfile 2. Loading the libstdc++.so.6 module, otel.so module and OpenTelemetry.conf file in...

enhancement

Hi Team, for the nginx instrumentation, i met some problems recently. for my nginx.conf config: ``` location / { opentelemetry_operation_name $uri; opentelemetry_propagate; …… ``` because my app has some urls...