commit | a0ccdf0ac735f52fc39e62b4fb5291ce41f3273c | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Wed Aug 07 18:14:06 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Fri Aug 30 21:20:34 2024 +0000 |
tree | c2ba0ba7567238ad76d04d5004849b3eefd986f0 | |
parent | f29ab539cc98365b09dfb1c7ce5728644f1ffc8b [diff] |
internal/chartconfig: add collection for gopls/telemetryprompt/accepted To help evaluate the efficacy of prompting users to enable telemetry from gopls, collect a counter that is incremented at gopls startup if the user has accepted the telemetry prompt. This will help us estimate what fraction of new telemetry participants are due to prompting. Of course, we cannot know how many users to not accept the prompt. Additional counters were added in CL 607758, but are not yet collected as they were not covered in the proposal. Fixes golang/go#68770 Change-Id: I8cb75a2399ffee8a15bfdb634b8200cb097e4ace Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/603936 Auto-Submit: Robert Findley <rfindley@google.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
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