dd-opentracing-cpp
dd-opentracing-cpp copied to clipboard
Datadog Opentracing C++ Client
Hi guys, I hope everything is going great for you! :) I want to report a minor issue that I caught. I was testing nginx + cpp application inside Docker...
Add a nightly build job in CircleCI (a requirements to do cross-components testing with other components).
The goal of these changes is to make this nginx error ```text 2021/06/22 14:13:09 [error] 40#40: *53 failed to extract an opentracing span context from request 00005629525E3D70: opentracing: SpanContext data...
It seems that there is no limit on how much memory traces can use. It would be good have option to configure such limit so that we can be sure...
Hi Team, We are new to Datadog Tracer usage on Windows Server for C++ application. Could you please let me know will the libdd_opentracing and libopentracing variables be created automatically...
Since https://github.com/DataDog/dd-opentracing-cpp/pull/147, the library writes some debug information to a `/var/tmp/dd-opentracing-cpp/startup_options-*.json` file on startup. This is problematic: * The users risk running out of disk in environments where the processes...
Under some circumstances, envoy adds the `http.status_code` tag with a value that isn't permitted by Datadog. Although invalid values are detected in newer versions of the agent, and corrected by...
I managed to get traces successfully propagating whether they originate at Nginx or they come from Android or JS libraries. However, the iOS ones fail with the following error: ```...
I've tried to get the lua block traced in openresty nginx and the setup works without errors but I do not see any lua span in datadog. Might be worth...