-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
What problem we are facing?
I've been trying to disable SSL verification on v88, as I suspect that this is the problem I'm facing (since we have datadog behind an internal proxy with intermediate TLS certificates).
Describe the issue
After upgrading one of our golang lambda functions extension from v68 to v88, we noticed that APM data was missing.
After inspecting logs, we noticed one of the issues with HTTP2 protocol for logs (which we solved by adding the undocumented DD_HTTP_PROTOCOL=http1 env var).
But still we can't get traces and metrics to work. (rollbacking to v68 does fix the issue)
Error logs
Unfortunately error logs don't return any useful information.
346 | 2025-11-11T10:23:09.789-03:00 | DD_EXTENSION \| ERROR \| TRACES \| Request failed: No requests sent
347 | 2025-11-11T10:23:09.789-03:00 | DD_EXTENSION \| ERROR \| Max retries exceeded, returning request error error=Network error: client error (Connect) attempts=1
Any help would be highly appreciated.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels