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
148259: cli(debug.zip): add fallback for Datadog multiline log upload request r=aa-joshi a=aa-joshi
We are relying on Datadog log API to upload logs and table data. We are receiving cryptic `Decompression error` with 4xx error code. We are suspecting due to request size >5MB post decompression on Datadog end. However, Datadog log API documentation has mentioned that log lines greater than 5MB will get truncated. To address this, we are introducing a fallback for Datadog multiline uplaod where will make Datadog API request for each line from the respective batch.
Epic: None
Part of: CRDB-51111
Release note: None
Co-authored-by: Akshay Joshi <[email protected]>
0 commit comments