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
We should add telemetry to gopls@v0.16.1 that can help us plan for these changes:
Keep track of when people accept the telemetry prompt. This will provide signal for what fraction of users opting in to telemetry are doing so as a result of the IDE prompt. (of course we can't keep track of when people don't accept the prompt!)
Record whether users are setting GOTOOLCHAIN=auto, GOTOOLCHAIN=local, and GOTOOLCHAIN=. That will provide signal for what fraction of users may not have toolchain upgrades available.
EDIT: since this is mentioned in the gopls@v0.16.1 released notes, I wanted to note the following:
This issue is for local instrumentation only.
Collection of this data will be filed as a separate public proposal.
This only affects users who have opted in to sharing telemetry data.
The text was updated successfully, but these errors were encountered:
gopherbot
added
Tools
This label describes issues relating to any tools in the x/tools repository.
gopls
Issues related to the Go language server, gopls.
labels
Jun 28, 2024
…form v0.17.0
Add two counters to help inform decisions for gopls@v0.17.0:
- Add a gopls/gotoolchain:{auto,local,other} counter to help us
understand toolchain upgradability.
- Add a gopls/telemetryprompt/accepted counter to track telemetry prompt
acceptance.
Fixesgolang/go#68240
Change-Id: I8fc06b3a266761dbf7c2781267dfb1235eef1a63
Reviewed-on: https://go-review.googlesource.com/c/tools/+/595560
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
(cherry picked from commit fcf5463)
Reviewed-on: https://go-review.googlesource.com/c/tools/+/595836
Auto-Submit: Robert Findley <rfindley@google.com>
This release addresses the following gopls issues:
golang/go#68116, broken links to dependencies in the new integrated doc viewer.
golang/go#68169, a crash in package name completion.
golang/go#68213, a crash when hovering over an interface with an empty type set.
golang/go#68240, additional telemetry instrumentation to help inform decisions for gopls@v0.17.0. (Note that this is local instrumentation only; a separate proposal will be filed to allow collection of this data from users who have opted in to sharing their telemetry data).
In the v0.17.0 release, we are planning a couple decisions that could benefit from more information:
We should add telemetry to gopls@v0.16.1 that can help us plan for these changes:
EDIT: since this is mentioned in the gopls@v0.16.1 released notes, I wanted to note the following:
The text was updated successfully, but these errors were encountered: