Skip to content
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

Enable compress of metrics payload #526

Closed
wants to merge 2 commits into from
Closed

Enable compress of metrics payload #526

wants to merge 2 commits into from

Conversation

int128
Copy link
Owner

@int128 int128 commented Nov 26, 2022

This would eliminate the limit of maximum payload size.

https://datadoghq.dev/datadog-api-client-typescript/classes/v1.MetricsApi.html#submitMetrics
The metrics end-point allows you to post time-series data that can be graphed on Datadog’s dashboards. The maximum payload size is 3.2 megabytes (3200000 bytes). Compressed payloads must have a decompressed size of less than 62 megabytes (62914560 bytes).

Issue

@int128
Copy link
Owner Author

int128 commented Nov 26, 2022

@int128 int128 closed this Nov 26, 2022
@int128 int128 deleted the enable-compress branch November 26, 2022 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant