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 User-Agent header value for OTLP exporters #3128

Merged

Conversation

keithkroeger
Copy link
Contributor

@keithkroeger keithkroeger commented Jan 13, 2023

Description

Remove spaces from example exporter User-Agent header to conform to RFC7231 & RFC7230.

Fixes #3120

Type of change

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

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Executed unit tests and other tox build commands

Does This PR Require a Contrib Repo Change?

No

@keithkroeger keithkroeger requested a review from a team as a code owner January 13, 2023 10:11
@linux-foundation-easycla
Copy link

linux-foundation-easycla bot commented Jan 13, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

* main:
  fixed all instances of @tracer.start_as_current_span("name"): to @tracer.start_as_current_span("name") as decorators do not have colons (open-telemetry#3127)
  Add attribute name to type warning message. (open-telemetry#3124)
  Fix requirements file for example (open-telemetry#3126)
  Add db metric name to semantic conventions (open-telemetry#3115)
  Adds environment variables for log exporter (open-telemetry#3037)
  Fix bug in example (open-telemetry#3111)
@srikanthccv srikanthccv changed the title Fixes-Issue-3120 Fix User-Agent header value for OTLP exporters Jan 14, 2023
CHANGED_FILES Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
keithkroeger and others added 3 commits January 14, 2023 07:21
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
@keithkroeger
Copy link
Contributor Author

Thank you @srikanthccv
Please let me know if I've missed some step that should be taken

@srikanthccv
Copy link
Member

Fix the lint

@keithkroeger
Copy link
Contributor Author

keithkroeger commented Jan 21, 2023

Fix the lint

Thank you. This should be corrected. Apologies for missing this

Closed by mistake

All my best @srikanthccv

@srikanthccv
Copy link
Member

please rebase

@keithkroeger
Copy link
Contributor Author

Hello @srikanthccv , rebase completed

@ocelotl ocelotl merged commit 8f312c4 into open-telemetry:main Jan 24, 2023
@keithkroeger keithkroeger deleted the fidelity-20230110-102534 branch January 24, 2023 07:18
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 exporters should set User-Agent header value as per specification
3 participants