Bob Weinand
Bob Weinand
Hey @stewartmalik, I think you might be in luck with sampling rules here: ``` DD_TRACE_SAMPLING_RULES="[{"service": "pdo", "sample_rate": 0}]" ``` These sampling rules apply by default to the root span only,...
Hey everyone, We managed to reproduce the issue a few days ago, and there's good news: `DD_SPAWN_WORKER_USE_EXEC=1` will fix it. It's not optimal, and we found that the root cause...
Hm. @247software-harshal-ringe Could you please install 1.6.3 and set `DD_TRACE_LOG_FILE=/proc/1/fd/2` (this should make the log output of sidecar go to the container log) and `DD_TRACE_DEBUG=1`. This may contain useful information...
I suspect the `Missing Content-Length header` is a direct consequence of the sidecar crash (which also causes the broken pipe). I can confirm that we are spawning far too many...
Hey @marclegay the pcntl_fork issue is hopefully already fixed (but not yet released) - e.g. https://output.circle-artifacts.com/output/job/dabbe092-ba9c-4c13-a6f9-636d7e030117/artifacts/0/datadog-setup.php this artifact from master has the fix.
Thank you @marclegay for coming back here; I seem to not have run it long enough (happened only on the second try now, after a minute) ``` worker-1 | [21-Feb-2025...
@cbeauchesne This is pointless though as within two weeks all ci/circleci will disappear, leaving this check effectively checking nothing then. I'd rather consider this PR when the time comes to...
I see, the tracer sandboxing is sandboxing the bailout away :-) I suppose some it would be ideal to signal the tracer "please bailout again after catching this" :-D
Hey @stewartmalik, a) short-term (patch release in a couple days) we'll remove that message completely and implement a workaround for the case where the service not is set, so that...
Hey @robgordon89, problem a) is solved (use 1.4.2). Problem b) is still on our todo (but that one is not a regression which we had compared to 1.3.) - no...