-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting 413 from Datadog when sending metrics #491
Labels
enhancement
New feature or request
Comments
Hey @aaleksandrov, thanks for this note. We can definitely enable compression, metrics should compress well. For anyone who may find this ticket and want to work on it, I believe we'd simply need to gzip the payload and set the Thanks! |
nagydaoudt
added a commit
to nagydaoudt/datadog-lambda-js
that referenced
this issue
Feb 29, 2024
11 tasks
astuyve
pushed a commit
that referenced
this issue
Feb 29, 2024
This is out in v8.107.0. Thanks again for the contribution! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
We send metrics from lambda to Datadog using
sendDistributionMetricWithDate
(it could be 10k metrics within one invocation). We expect to see metrics on DatadogActual Behavior
We receive 413
message | datadog:failed attempt to send metrics to Datadog. HTTP error code: 413
I see a similar issue was raised for the python library and it was fixed by implementing compression. is it possible to do the same?
Steps to Reproduce the Problem
Send too many metrics
Specifications
Stacktrace
The text was updated successfully, but these errors were encountered: