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

Add metadata to User-Agent header #5774

Merged
merged 18 commits into from
Nov 15, 2023
Merged
Prev Previous commit
changelog
captncraig committed Nov 15, 2023
commit a9649f70c23276c95336e5d22df27ff41435beef
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -152,6 +152,8 @@ Main (unreleased)

- Use Go 1.21.4 for builds. (@rfratto)

- Change User-Agent header for outbound requests to include agent-mode, goos, and deployment mode. Example `GrafanaAgent/v0.38.0 (flow; linux; docker)` (@captncraig)

v0.37.4 (2023-11-06)
-----------------