golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.29k stars 17.47k forks source link

x/telemetry, cmd/go: umbrella issue for cmd/go integration #65586

Closed findleyr closed 3 months ago

findleyr commented 6 months ago

This is an umbrella issue tracking work to integrate opt-in telemetry with cmd/go for Go 1.23. This augments #58894 with specific items necessary for cmd/go.

Here are some high level steps:

CC @golang/telemetry

gopherbot commented 6 months ago

Change https://go.dev/cl/562715 mentions this issue: cmd: update golang.org/x/telemetry and its dependencies

gopherbot commented 6 months ago

Change https://go.dev/cl/562735 mentions this issue: cmd/go: add telemetry counters for flag names and subcommand

cagedmantis commented 4 months ago

Is there any status update to report on this issue?

matloob commented 4 months ago

We've gotten counters into the go command and are working on integrating them into other commands. We have a telemetry counter config proposal out (https://github.com/golang/go/issues/66210).

cherrymui commented 3 months ago

@matloob this is a release blocker. Any update on the counters? Thanks.

matloob commented 3 months ago

Hi we plan to have counters flowing onto the website and a collection proposal out by the end of the week. I have a CL out to add counters to the compiler and will soon send out CLs for the other tools.

cagedmantis commented 3 months ago

@matloob Is there is status update on this issue? This came up in the release meeting.

findleyr commented 3 months ago

I checked the last box, since we have observed counters.

@matloob I think this can be closed.

matloob commented 3 months ago

Closing.