You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending OTLP trace data to the Datadog Lambda Extension, the extension returns a JSON payload that is not compliant with the OpenTelemetry OTLP protocol. This breaks any language SDK that attempts to deserialize the response as a standard ExportTraceServiceResponse protobuf message.
The problematic response comes from the following code: