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

fix: default compression to 'none' #4985

Merged
merged 3 commits into from
Sep 10, 2024
Merged

Conversation

sjvans
Copy link
Contributor

@sjvans sjvans commented Sep 9, 2024

Which problem is this PR solving?

env defaults of '' lead to warning log Unknown compression "", falling back to "none".

Short description of the changes

if the compression lookup produces a falsy value, it get's defaulted with none.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

manually

Checklist:

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

@sjvans sjvans requested a review from a team September 9, 2024 11:20
Copy link

linux-foundation-easycla bot commented Sep 9, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@pichlermarc pichlermarc added bug Something isn't working priority:p3 Bugs which cause problems in user apps not related to correctness (performance, memory use, etc) pkg:otlp-exporter-base labels Sep 10, 2024
Copy link
Member

@pichlermarc pichlermarc left a comment

Choose a reason for hiding this comment

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

thanks for fixing this 👍

I assigned priority:p3 (logspam) - if possible, please also sign the CLA, otherwise we won't be able to merge this PR 🙂

@pichlermarc
Copy link
Member

thx 🙂

@pichlermarc pichlermarc added this pull request to the merge queue Sep 10, 2024
Merged via the queue into open-telemetry:main with commit 61c3744 Sep 10, 2024
19 checks passed
Zirak pushed a commit to Zirak/opentelemetry-js that referenced this pull request Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pkg:otlp-exporter-base priority:p3 Bugs which cause problems in user apps not related to correctness (performance, memory use, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants