Skip to content

Commit 0693e62

Browse files
findleyrgopherbot
authored andcommitted
internal/chartconfig: add collection for gopls/gotoolchain
Measure the types of GOTOOLCHAIN values used with gopls to help understand what fraction of users work in environments where toolchain upgrades are supported. Fixes golang/go#68771 Change-Id: I306ee93f6d992d7f0fcd6b41ecf36bbc3724b81b Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/603857 LUCI-TryBot-Result: Go LUCI <[email protected]> Commit-Queue: Hongxiang Jiang <[email protected]> Auto-Submit: Robert Findley <[email protected]> Auto-Submit: Hongxiang Jiang <[email protected]> Reviewed-by: Hongxiang Jiang <[email protected]>
1 parent eb87b98 commit 0693e62

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

config/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,10 @@
622622
{
623623
"Name": "crash/no-running-goroutine",
624624
"Rate": 1
625+
},
626+
{
627+
"Name": "gopls/gotoolchain:{auto,path,local,other}",
628+
"Rate": 1
625629
}
626630
],
627631
"Stacks": [

internal/chartconfig/config.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,11 @@ description: measure distribution of failed govulncheck internal assumptions
138138
type: partition
139139
issue: https://go.dev/issue/67678
140140
program: golang.org/x/vuln/cmd/govulncheck
141+
---
142+
counter: gopls/gotoolchain:{auto,path,local,other}
143+
title: GOTOOLCHAIN types used with gopls
144+
description: measure the types of GOTOOLCHAIN values used with gopls
145+
type: partition
146+
issue: https://go.dev/issue/68771
147+
program: golang.org/x/tools/gopls
148+
version: v0.16.0

0 commit comments

Comments
 (0)