-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[exporter/datadog] add compression #6944
Comments
Thanks for opening the issue! This is in our internal issue tracker too |
@mx-psi Do you have any estimate for this feature? |
@lchayoun apologies for the delay, I was on vacation :) For most of the payloads we send, adding compression depends on us updating the internal library used for interacting with the backend. Both the internal library update and adding compression are in our roadmap, and I have written down that we have customers interested on this so that we can prioritize accordingly. |
Hi, has there been any progress on this? |
Hi @take-five, the internal library update has not been done yet, I can provide an update when the work is started |
Thank you @mx-psi , appreciate that |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Not stale and not done yet |
Data sent from OpenTelemetry collector is not compressed and enabling gzip compression would improve bandwidth usage.
Describe the solution you'd like
Similar to what was done in this PR: #1747
The text was updated successfully, but these errors were encountered: