-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/telemetry/config: temporarily allow gopls devel
versions to upload telemetry data
#62271
Comments
Change https://go.dev/cl/523699 mentions this issue: |
And increase the default rate from 0.1 to 1.0. Since the telemetry is opt-in and we are still under development, we need a higher sampling rate. For golang/go#62271 Change-Id: I907f9a143878ab20238dd5b1ce71fde4afc24df7 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/523699 Reviewed-by: Robert Findley <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Jamal Carvalho <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]>
Change https://go.dev/cl/534476 mentions this issue: |
Many Go team members testing telemetry use gopls built with the go built from tip. Updates golang/go#62271 Change-Id: I892b052a599a6f72911c56ddd534572c6086dab7 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/534476 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Peter Weinberger <[email protected]>
Change https://go.dev/cl/534855 mentions this issue: |
Many Go team members testing telemetry use gopls built with the go built from tip. Attempted to add 'devel' to config in cl/534476 but it turned out we also need to update configgen. Updates golang/go#62271 Change-Id: I3217ce491eb676436ef61a9be9413d87c2815467 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/534855 TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Robert Findley <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]>
This is done. Let's use this issue to track reverting this change now that the gopls prerelease is out. Blocked by #63619 |
We also need to make this change (temporarily) for toolchain programs. |
Change https://go.dev/cl/594455 mentions this issue: |
Gopls in the dev branch is collecting telemetry data currently, but since the upload config doesn't include counters from dev versions of gopls, the collected counters are never being uploaded. For testing, include
devel
version in the config during the dev cycle.Alternative #1: we can have a separate version of config used for development and staging, and include
devel
there.Alternative #2: tag gopls.
cc @golang/tools-team @jamalc
The text was updated successfully, but these errors were encountered: