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

API Requests: Enable payload compression for telemetry report submissions via /report #11

Open
rtamalin opened this issue Jun 4, 2024 · 0 comments
Labels
API Requests enhancement New feature or request

Comments

@rtamalin
Copy link
Collaborator

rtamalin commented Jun 4, 2024

Telemetry report submissions could potentially be large, but are likely to be highly compressible as well.

Therefore, we should enable support for compressing the payloads of telemetry report submissions.

@rtamalin rtamalin added enhancement New feature or request API Requests labels Jun 4, 2024
mbelur added a commit to SUSE/telemetry-server that referenced this issue Jun 7, 2024
This change handles compressed payload in the /telemetry/report handler

Determines whether the request payload is compressed content or not based
on the Content-Encoding Header and supports the gzip compression algorithm.

Also adds a unittest to test the compressed payload handling

Addresses: SUSE/telemetry#11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Requests enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant