]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add telemetry counters for flag names and subcommand
authorMichael Matloob <matloob@golang.org>
Thu, 8 Feb 2024 17:50:44 +0000 (17:50 +0000)
committerMichael Matloob <matloob@golang.org>
Thu, 8 Feb 2024 20:48:23 +0000 (20:48 +0000)
commit58fea5dfaff26736ff20db6158940ef4f6812a8a
tree5de9979e5cb8b3d6eaf4a03fe3c5617b45faf97e
parentc2de2912cb7805e859f98651fb7e8ed219661352
cmd/go: add telemetry counters for flag names and subcommand

For #58894,#65586

This is a revert of CL 560655 which was a revert of CL 559519.
CL 559519 was reverted because it was broken on windows/386. But now
CL 562715 pulls in x/telemetry CL 560462 which disables telemetry on
windows/386, fixing that issue.

Change-Id: I094e90c28bca02f2303807d3b008f2ef9d59433c
Reviewed-on: https://go-review.googlesource.com/c/go/+/562735
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Michael Matloob <matloob@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/go/main.go