SammyK

Results 35 comments of SammyK

👋 @leonildojunior The Agent will try to connect to `localhost` by default. Since you have the Agent running in a separate container identified by the service `datadog`, you will need...

My apologies, I copied an old env var that is no longer used. In your configuration, `DD_AGENT_HOSTNAME` should actually be `DD_AGENT_HOST`.

👋 @stanislau93! You have a very interesting use case here so I'd like to make sure I understand what you're trying to achieve. You have an [instance of `Symfony\Component\Messenger\Worker`](https://github.com/symfony/messenger/blob/5.x/Worker.php) and...

@stanislau93 I was thinking about your solution a bit more and thought of a workaround that you might be able to use until we release the active-span API. If you...

👋 @gornostal That's strange that verbose logging is only happening on production. If you explicitly set `DD_TRACE_AGENT_DEBUG_VERBOSE_CURL=0` on production, does that make any difference? You can also try setting `DD_TRACE_DEBUG_CURL_OUTPUT=0`....

@mente The fix for this has been included in [the latest release of the tracer](https://github.com/DataDog/dd-trace-php/releases/tag/0.68.2). Please let us know if you run into any more issues with it. Thank you...

@tsalinguepumpkin Thank you for the extra info provided over Slack today. I was unable to reproduce this issue, but the team will continue to investigate this issue and update this...

Thanks so much for the suggestion on adding the environment variables to the `phpinfo()` page, @NickStallman. We haven't added that feature yet, but in the [latest 0.47.0 release](https://github.com/DataDog/dd-trace-php/releases), we did...

Thanks for the report and opening a new issue for this @kishanmd. This issue does not seem to affect PHP 8. We'll investigate this further and update this thread with...

@kishanmd > It is possible to trace the timings of the underlying cURL calls, even if the server is not on the same machine, correct? Unfortunately a limitation of distributed...