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

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

Added basic tests to be validated against Zipkin for the traces created with correct attributes

i'm sorry raise this issue, i have been struggling for days and still don't know how to solve this ``` Linux 4.9.0-14-amd64 #1 SMP Debian 4.9.246-2 (2020-12-17) x86_64 GNU/Linux libprotoc...

**Describe your environment** ``` NAME="Red Hat Enterprise Linux Server" VERSION="7.9 (Maipo)" ``` ``` [root@ip-10-56-1-18 ld.so.conf.d]# nginx -V nginx version: nginx/1.22.0 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) built...

bug
Webserver

I am using it with ingress-nginx (v 1.9.5) and have it set up like in the documentation: https://kubernetes.github.io/ingress-nginx/user-guide/third-party-addons/opentelemetry/ Unfortunately, to correlate the logs and traces with datadog, one needs to...

bug

Added 4 samplers to the otel-webserver-module: traceidratio, parentbased_always_on, parentbased_always_off, and parentbased_traceidratio. Added Conf file parameter for Sampler Ratio. Fixed README to correctly reflect what sampler options exist within the code...

Webserver
pr:fix-merge-conflicts

## **Describe your environment** nginx: 1.24.0 Alpine Linux: 3.18 docker: 24.0.5 ## **Steps to reproduce** Run a demo with docker container: ```bash docker container run --rm -it alpine:3.18 /bin/sh ```...

bug

**Is your feature request related to a problem?** Since spans for some requests might be unwanted, thus this feature is necessary. **Describe the solution you'd like** Can be implemented by...

Webserver
pr:fix-merge-conflicts

**Is your feature request related to a problem?** Yes, we use elasticsearch as APM tool, where our corporate expects certain resource attributes to be available on the trace so that...

Webserver