| # Note: these are approved chart configs, used to generate the upload config. |
| # For the chart config file format, see chartconfig.go. |
| |
| title: Editor Distribution |
| counter: gopls/client:{vscode,vscodium,vscode-insiders,code-server,eglot,govim,neovim,coc.nvim,sublimetext,other} |
| description: measure editor distribution for gopls users. |
| type: partition |
| issue: https://go.dev/issue/61038 |
| issue: https://go.dev/issue/62214 # add vscode-insiders |
| program: golang.org/x/tools/gopls |
| version: v0.13.0 # temporarily back-version to demonstrate config generation. |
| --- |
| title: Go versions in use for gopls views |
| counter: gopls/goversion:{1.16,1.17,1.18,1.19,1.20,1.21,1.22,1.23,1.24,1.25,1.26,1.27,1.28,1.29,1.30} |
| description: measure go version usage distribution. |
| type: partition |
| issue: https://go.dev/issue/62248 |
| program: golang.org/x/tools/gopls |
| version: v0.13.0 |
| --- |
| title: Number of bug report calls |
| counter: gopls/bug |
| description: count the bugs reported through gopls/internal/bug APIs. |
| type: stack |
| issue: https://go.dev/issue/62249 |
| program: golang.org/x/tools/gopls |
| depth: 16 |
| version: v0.13.0 |
| --- |
| counter: crash/crash |
| title: Unexpected Go crashes |
| description: stacks of goroutines running when the Go program crashed |
| type: stack |
| issue: https://go.dev/issue/65696 |
| program: golang.org/x/tools/gopls |
| depth: 16 |
| version: v0.15.0 |
| --- |
| counter: crash/malformed |
| title: Failure to parse runtime crash output |
| description: count of runtime crash messages that failed to parse |
| type: partition |
| issue: https://go.dev/issue/65696 |
| program: golang.org/x/tools/gopls |
| version: v0.15.0 |
| --- |
| counter: crash/no-running-goroutine |
| title: Failure to identify any running goroutine in the crash output |
| description: count of runtime crash messages that don't have a running goroutine (e.g. deadlock) |
| type: partition |
| issue: https://go.dev/issue/65696 |
| program: golang.org/x/tools/gopls |
| version: v0.15.0 |