-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adds User-Agent header in OTLP exporter (#1404)
* fix: Adds User-Agent header in OTLP exporter * fix: Removes version bump * fix: remove changelog entry for removed version bump * compliant user-agent name (no spaces) BONUSES: + dup a Hash given for headers to ignore future mutations of that Hash + don't clobber a User-Agent supplied by config, append instead + include more Ruby runtime information in the user-agent to help future troubleshooting * appease Rubocop Offenses: * Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/CyclomaticComplexity`. * Style/RedundantParentheses: Don't use parentheses around a literal. * Style/StringConcatenation: Prefer string interpolation to string concatenation. * Layout/SpaceAfterComma: Space missing after comma. * Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body end. --------- Co-authored-by: Robb Kidd <robbkidd@honeycomb.io>
- Loading branch information
Showing
2 changed files
with
59 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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 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