dd-opentracing-cpp icon indicating copy to clipboard operation
dd-opentracing-cpp copied to clipboard

Datadog Opentracing C++ Client

Results 35 dd-opentracing-cpp issues
Sort by recently updated
recently updated
newest added

nginx opentracing dropped support modules built against Opentracing v1.5, the prefix `-ot16-` dropped. Solves #275 cc: @shellshock1953 @dgoffredo @cgilmour

Newer build will fail because - `-ot16-` [here](https://github.com/DataDog/dd-opentracing-cpp/blob/master/test/integration/nginx/Dockerfile#L33) files has been deleted from Nginx OpenTracing [v0.34.0](https://github.com/opentracing-contrib/nginx-opentracing/releases/tag/v0.34.0).

I’ve modified our C++ application to use DataDog. I’ve added: 1. the following include: ``` #include ``` 2. the DataDog include folder: ``` dd-opentracing-cpp\.build\vcpkg_installed\x64-windows\include ``` 3. the DataDog link library...

(_this is a repost from https://github.com/DataDog/dd-trace-php/issues/2265#issuecomment-1724832032_) I maintain a Docker image based on `wordpress:phpX-fpm-alpine`. I recently upgraded `dd-opentracing-cpp` from v1.1.4 to v1.3.7 (and nginx opentracing from 1.5.1 to 1.6.0). The...

I’m using the code C++ tracing example on Windows x64 [1]. At runtime, the opentracing::DynamicallyLoadTracingLibrary call [2] always ends up in the opentracing/src/dynamic_load_unsupported.cpp version of DynamicallyLoadTracingLibrary [3] rather than the...

When adding the following to my C++ application `#include ` I'm getting the following when linking against dd_opentracing.lib ``` tracer.obj : error LNK2019: unresolved external symbol gethostname referenced in function...

When building dd-opentracing-cpp on Windows x64 Visual Studio C++ 2022 using the instructions at [1] I'm encountering the following error: `C:\Users\first.last\dd-opentracing-cpp\src\agent_writer.h(4,10): fatal error C1083: Cannot open include file: 'curl/curl.h': No...

Hi, I'm trying out opentracing with [nginx-ingress-controller](https://github.com/kubernetes/ingress-nginx). After enabling B3 using the following environment variables, the logs are filled with messages like below and the b3 headers are not being...

https://github.com/opentracing-contrib/nginx-opentracing/issues/391 seems to have `linux/arm64` images, but AFAICS `dd-opentracing-cpp` does not provide arm64 builds. Is this on purpose or just an oversight? Would it be possible to provide arm64 binaries?