Add static user agent field (#54)

This commit is contained in:
Francesco Renzi
2026-02-02 16:43:21 +01:00
committed by GitHub
parent 913a6c443b
commit c974e98471
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -137,6 +137,7 @@ func (c *commonClient) setUserAgent() {
SystemInfo: c.systemInfo,
BuildVersion: buildInfo.version,
BuildCommitSHA: buildInfo.commitSHA,
Kind: "scaleset",
})
c.userAgent = string(b)
}