commit | 6626a0d6c8879dd9ae2876c442d3c913528224d5 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Wed Sep 13 12:43:31 2023 -0400 |
committer | Robert Findley <rfindley@google.com> | Wed Sep 13 17:01:14 2023 +0000 |
tree | 3d93208f0741b63774786fcdd02868166f90b53f | |
parent | d440a241e1344d8e6f34c9c4c69b9c097cfda321 [diff] |
telemetry: expose Mode and SetMode Gopls needs to be able to query and set the current telemetry mode. Expose the Mode and SetMode APIs for this purpose. For golang/go#62576 Change-Id: I1f9aa03595cfa1b60c88ebe8a560c5ac6a1b1b40 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/527717 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Peter Weinberger <pjw@google.com>
This repository holds the Go Telemetry server code and libraries.
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
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.