-
Notifications
You must be signed in to change notification settings - Fork 438
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
Change OTLP HTTP content_type default to binary #2558
Change OTLP HTTP content_type default to binary #2558
Conversation
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.
LGTM.
Thanks for the full fix, including environment variables.
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.
LGTM
thank for the PR
else | ||
{ | ||
return HttpRequestContentType::kBinary; | ||
} |
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.
nit
else | |
{ | |
return HttpRequestContentType::kBinary; | |
} | |
return HttpRequestContentType::kBinary; |
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.
LGTM. Thanks for the changes.
Change OTLP HTTP content_type default to binary (open-telemetry#2558)
…try#2558)" (open-telemetry#2562) This reverts commit 719c60f.
Reapply "Change OTLP HTTP content_type default to binary (open-telemetry#2558)" (#2…
Fixes #2485
Changes
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes