internal/chartconfig: update config to add command usage counter Fixes golang/go#75794 Change-Id: I125034bbcb8b0f70b97d23e9a3358be396426bf0 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/709957 Auto-Submit: Ethan Lee <ethanalee@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
diff --git a/internal/chartconfig/config.txt b/internal/chartconfig/config.txt index 870b26c..3f8eeab 100644 --- a/internal/chartconfig/config.txt +++ b/internal/chartconfig/config.txt
@@ -290,7 +290,7 @@ version: v0.49.1 --- counter: gopls/setting/codelens/vulncheck:{true,false} -title: Vulncheck Codelens Usage +title: Vulncheck Codelens Settings Usage description: counts vulncheck codelens settings type: partition issue: https://github.com/golang/go/issues/75546 @@ -299,7 +299,7 @@ version: v0.21.0 --- counter: gopls/setting/codelenses/vulncheck:{true,false} -title: Vulncheck Codelenses Usage +title: Vulncheck Codelenses Settings Usage description: counts vulncheck codelens settings type: partition issue: https://github.com/golang/go/issues/75546 @@ -324,7 +324,6 @@ program: golang.org/x/tools/gopls module: golang.org/x/tools/gopls version: v0.21.0 - --- counter: gopls/renamekind:package title: Use of Rename Package @@ -333,4 +332,13 @@ issue: https://github.com/golang/go/issues/75612 program: golang.org/x/tools/gopls module: golang.org/x/tools/gopls -version: v0.20.0 \ No newline at end of file +version: v0.20.0 +--- +counter: gopls/cmd/source:{vulncheck-codelens,run_govulncheck-codelens} +title: Command Usage +description: counts command usage +type: partition +issue: https://github.com/golang/go/issues/75794 +program: golang.org/x/tools/gopls +module: golang.org/x/tools/gopls +version: v0.21.0 \ No newline at end of file