-
Notifications
You must be signed in to change notification settings - Fork 154
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
Added data compression support for HTTP exporter #631
Added data compression support for HTTP exporter #631
Conversation
@nachoBonafonte any thought on Linux platform support? We will need a completely different cross-platform library. Let's discuss to find a solution. |
bbc08ab
to
7f8d941
Compare
It would be nice if we can include this PR and here is another in next release. Really appreciate your time and help |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me. All the tests passed as well
HTTP client didn't have any compression support. In this PR I made following changes
DataCompression
from DataDogExporter and made new targetgzip
anddeflate
compression support