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

As a newbie for C++, it's very hard for me to make this project. So i record my operation steps to help those who may need it.

Hi Team, I find an error message in Nginx when I set `opentelemetry off` in http block The error message is as follow: ``` 9#0: *4 connect() failed (111: Connection...

**Is your feature request related to a problem?** Yes: Span duration may not be as accurate as it could be. This is based on span starting/ending in such a way...

**Is your feature request related to a problem?** Need support for b3-multi for nginx module. https://github.com/openzipkin/b3-propagation#multiple-headers **Describe the solution you'd like** Implement b3-multi in similar fashion like it is with...

I would like to implement `fluentd` forward exporter for OpenTelemetry C++ SDK for the following modes: - **Forward** - PackedForward - CompressedPackedForward Output for the following transports - `fluentd` inputs...

How should we release different contrib projects? nginx now (#10) builds release binaries for different platforms and I'd like expose these artifacts via Github releases. Should each project have it's...

Accessing `traceparent` in nginx scripts can be done via `$otel_ctxvar_traceparent`, but this was initially intended for internal use and could have a better name. Should create an alias and document...

Going forward, support for nginx instrumentation would only be supported on stable and mainline versions. With this PR, any new and old versions for nginx can be added or removed...

Hi there, I'm trying to build-test the nginx instrumentation on linux/ppc64le VM. the test cases are failing because the otel/opentelemetry-collector:0.26.0 docker image isnt' available for ppc64le. the support for ppc64le...

bug