| commit | e51f1e621f5bade71cd9eb74bdab229594f2dd99 | [log] [tgz] |
|---|---|---|
| author | Alan Donovan <adonovan@google.com> | Tue Dec 16 09:21:32 2025 -0500 |
| committer | Alan Donovan <adonovan@google.com> | Fri Jan 09 10:51:05 2026 -0800 |
| tree | 214ec47adce156a08fcb234a06deef575e25e589 | |
| parent | 3f2a21fb04ffae1a7012e204eff44447374a9c08 [diff] |
cmd/stacks: record current predicate in each "claimed by" comment The predicate in the issue body evolves over time, losing history. This change causes each "claimed by" appendage to an existing issue to record the predicate as it was at that moment. Change-Id: Ie667f228c3ba257ad167cdefe316050a0427f19b Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/730380 Reviewed-by: Michael Pratt <mpratt@google.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://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/telemetry.
The main issue tracker for the telemetry repository is located at https://go.dev/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