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

**What is the expected behavior?** To my understanding remote call spans should have `span.kind: client`. Currently this module only creates one span with kind server. **What is the actual behavior?**...

bug

Trying to follow https://github.com/open-telemetry/opentelemetry-cpp-contrib/blob/main/instrumentation/nginx/README.md 1. Where do we build or download the otel_ngx_module.so module? 2. the statement from Usage `Download the .so file from the latest [GitHub Action run](https://github.com/open-telemetry/opentelemetry-cpp-contrib/actions/workflows/nginx.yml) or...

bug

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

Using docker debian:buster with apache2 installed logs are showing SDK Init failed, result code is: 8 when initializing lib. ``` $ apache2ctl -V Server version: Apache/2.4.38 (Debian) Server built: 2023-03-02T14:26:27...

bug
Webserver

error: version 1018000 instead of 1021006 I downloaded all the versions, but none of them worked. There is a constant error about version mismatch.

bug
Webserver

**Describe your environment** Hello all, I was following this blog post: https://opentelemetry.io/blog/2022/instrument-nginx/ But trying the latest version of OTel Nginx instrumentation. I'm using Nginx to serve fastcgi requests to a...

bug
Webserver

**Describe your environment** follow this https://github.com/open-telemetry/opentelemetry-cpp-contrib/tree/main/instrumentation/nginx start nginx get error ``` nginx: [emerg] unknown directive "opentelemetry" in /etc/nginx/nginx.conf:18 ``` use webserver/v1.0.3

bug
Webserver

Various Apache module coverage is documented, but this does not, unfortunately, include mod_jk, which is still rather important.

Webserver

This flag is documented but not usable with the last release **Is your feature request related to a problem?** Yes, after fixing the config, I found that the instrumentation would...

bug
Webserver

Any plans on supporting alpine?

Webserver