-
Notifications
You must be signed in to change notification settings - Fork 705
[Issue #1107] Add gzip compression support for OTLP exporter #1141
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
Merged
codeboten
merged 33 commits into
open-telemetry:master
from
open-o11y:gzip-compression-feature
Nov 3, 2020
Merged
Changes from 6 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
25220c3
[Issue #1107] Add gzip compression support for OTLP exporter
wilguo 67b577e
[Issue #1107] Fix lint error
wilguo a4e78b5
[Issue #1107] Update changelog for OTLP exporter
wilguo 6c75f3c
Merge branch 'master' into gzip-compression-feature
wilguo e2f5b07
[Issue #1107] Refactor OTLP exporter to pass compression value direct…
wilguo 3cb72fd
[Issue #1107] Fix unused compression import error for OTLP trace expo…
wilguo 75a594e
[Issue #1107] Change compression argument to use enum
wilguo 5847ac2
[Issue #1107] Fix lint error
wilguo a88df17
[Issue #1107] Change doc-string for compression argument and modify E…
wilguo 2c358f3
[Issue #1107] Add environment variable support for gzip compression
wilguo 5cc9bf7
Update exporter/opentelemetry-exporter-otlp/src/opentelemetry/exporte…
wilguo 36141e4
[Issue #1107] Change Enum from type GRPCCompression to OTLPCompression
wilguo 0042962
Change priority for compression argument over environment variable
wilguo c747b7f
Merge branch 'master' into gzip-compression-feature
wilguo 7285fd5
Update exporter/opentelemetry-exporter-otlp/src/opentelemetry/exporte…
wilguo 842bfb7
Update exporter/opentelemetry-exporter-otlp/CHANGELOG.md
wilguo fc84520
[WIP] Add tests for OTLP compression
wilguo d300df2
[WIP] Add tests for OTLP Exporter compression
wilguo 14f6635
WIP Add test cases for otlp compression
wilguo 464ded3
Add environment variable to docs, fix enum parsing for OTLPCompressio…
wilguo 7b37856
Merge branch 'master' into gzip-compression-feature
wilguo 4871937
Fix lint errors
wilguo 0020023
Merge branch 'gzip-compression-feature' of https://github.com/open-o1…
wilguo c411c42
Fix lint errors for OTLP test file
wilguo 42982f3
Delete unnecessary imports from OTLP trace exporter test
wilguo d624203
Merge branch 'master' into gzip-compression-feature
wilguo e1fab0b
Fix lint errors
wilguo 5083591
Fix arguments for insecure_channel and lint error
wilguo cf5a5e6
Change compression environment variable to use Configuration()
wilguo 6e6a528
Fix lint error
wilguo 965f0e9
Remove unused os import for OTLP Exporter
wilguo 3799944
Merge branch 'master' into gzip-compression-feature
wilguo dba6143
Update exporter/opentelemetry-exporter-otlp/CHANGELOG.md
wilguo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.