You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Honeycomb Marker exporter doesn't set the User-Agent header in the outgoing HTTP requests it makes, but it should.
Describe the solution you'd like
Following the pattern set in the otlphttpexporter, it should use fmt.Sprintf("%s/%s (%s/%s)", set.BuildInfo.Description, set.BuildInfo.Version, runtime.GOOS, runtime.GOARCH) as the user agent value.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
**Link to tracking Issue:** close#29894
**Testing:** <Describe what testing was performed and which tests were
added.>
**Documentation:** <Describe the documentation added.>
---------
Signed-off-by: Jared Tan <jian.tan@daocloud.io>
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
**Link to tracking Issue:** closeopen-telemetry#29894
**Testing:** <Describe what testing was performed and which tests were
added.>
**Documentation:** <Describe the documentation added.>
---------
Signed-off-by: Jared Tan <jian.tan@daocloud.io>
Component(s)
exporter/honeycombmarker
Is your feature request related to a problem? Please describe.
The Honeycomb Marker exporter doesn't set the User-Agent header in the outgoing HTTP requests it makes, but it should.
Describe the solution you'd like
Following the pattern set in the otlphttpexporter, it should use
fmt.Sprintf("%s/%s (%s/%s)", set.BuildInfo.Description, set.BuildInfo.Version, runtime.GOOS, runtime.GOARCH)
as the user agent value.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: