forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add collector version to prometheus remote write exporter user agent #47
Closed
Closed
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
54a340c
Add collector version to prometheus remote write exporter user agent
dhruv-vora 9a08e25
Add collector version to prometheus remote write exporter user agent
dhruv-vora b4c988a
erge branch 'update-prwexporter-useragent' of https://github.com/open…
dhruv-vora ab7f5c3
Merge branch 'main' into update-prwexporter-useragent
dhruv-vora c6e2c65
refined user-agent header and tests
dhruv-vora f8be68a
pre-computed user-agent and updated functions
dhruv-vora d3d1760
removed startInfo from PrwExporter struct
dhruv-vora 14ca544
Updated User-Agent header to make use of LongName
dhruv-vora 24b5ae4
removed usage of GitHash
dhruv-vora fae3de9
using BuildInfo
dhruv-vora 083a01e
Add collector version to prometheus remote write exporter user agent
dhruv-vora e14aeb4
Add collector version to prometheus remote write exporter user agent
dhruv-vora f3bd720
refined user-agent header and tests
dhruv-vora bcccddf
pre-computed user-agent and updated functions
dhruv-vora 1655ea1
removed startInfo from PrwExporter struct
dhruv-vora eb3355e
removed usage of GitHash
dhruv-vora 020de15
updated to use BuildInfo and LongName
dhruv-vora f108a27
merging
dhruv-vora 6efe6e5
Merge remote-tracking branch 'origin/main' into update-prwexporter-us…
Aneurysm9 01ab306
renamed variables to use new convention
dhruv-vora 16b7180
Merge remote-tracking branch 'origin/main' into update-prwexporter-us…
dhruv-vora d1463d7
removed X-Prometheus-Remote-Write-Version/0.1.0 from User-Agent header
dhruv-vora 44a3398
Merge branch 'main' into update-prwexporter-useragent
dhruv-vora 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 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
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
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.
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.
This seems like an arbitrary sanitization rule. Description can include any unicode character. We should sanitize it all if we want to autogenerate something from the description. Another alternative wouild be adding a new field to BuildInfo to allow setting custom user agents.
Also don't lowercase, uppercase is valid user agent. See https://www.ietf.org/rfc/rfc2616.html#section-3.8