commit | 825c3dc71965f2d1292e8f9d1a75a0b157dec057 | [log] [tgz] |
---|---|---|
author | Gopher Robot <gobot@golang.org> | Tue May 14 20:03:13 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Tue May 14 20:11:07 2024 +0000 |
tree | 870452b763685d7e8cbd64677d12ee37dd03e7b4 | |
parent | 3148d7a24f4aff4f343c099a1b8f6a52473613e5 [diff] |
config: regenerate upload config This is an automated CL which updates the generated upload config. Change-Id: I061c42fe414fbff5c64b09e5feb1ab7967696b0a Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/585536 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.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