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

[Issue #1107] Add gzip compression support for OTLP exporter #4

Closed
wants to merge 1 commit into from

Conversation

wilguo
Copy link

@wilguo wilguo commented Sep 21, 2020

Description

This PR adds gzip compression to OTLP exporter, closing open-telemetry#1107.

The changes have been made following these specifications:
https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/protocol/exporter.md#opentelemetry-protocol-exporter

Fixes open-telemetry#1107

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Ran tests for OTLP Exporter
tox -e py38-test-exporter-otlp

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added

@wilguo wilguo requested a review from alolita September 21, 2020 17:03
Copy link

@alolita alolita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@wilguo wilguo closed this Sep 21, 2020
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.

OTLP exporter must support gzip content encoding
2 participants