| commit | 0693e6240b9b888df93a2e280a64431c10d47a63 | [log] [tgz] |
|---|---|---|
| author | Rob Findley <rfindley@google.com> | Wed Aug 07 18:22:36 2024 +0000 |
| committer | Gopher Robot <gobot@golang.org> | Thu Aug 15 15:06:06 2024 +0000 |
| tree | a0280404651c91cdfd2f08aba1e8d1ba623687dc | |
| parent | eb87b980d970a82a330484ebb52ef9cf58154097 [diff] |
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 <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Hongxiang Jiang <hxjiang@golang.org> Auto-Submit: Robert Findley <rfindley@google.com> Auto-Submit: Hongxiang Jiang <hxjiang@golang.org> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
This repository holds the Go Telemetry server code and libraries, used for hosting telemetry.go.dev and instrumenting Go toolchain programs with opt-in telemetry.
Warning: this repository is intended for use only in tools maintained by the Go team, including tools in the Go distribution and auxiliary tools like gopls or govulncheck. There are no compatibility guarantees for any of the packages here: public APIs will change in breaking ways as the telemetry integration is refined.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.
This repository uses eslint to format TS files, stylelint to format CSS files, and prettier to format TS, CSS, Markdown, and YAML files.
See the style guides:
It is encouraged that all TS and CSS code be run through formatters before submitting a change. However, it is not a strict requirement enforced by CI.
./npm install./npm run all