commit | 74ed92f77bb49f52b9040e7bc597b530825a9380 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Wed Sep 11 14:48:18 2024 +0000 |
committer | Robert Findley <rfindley@google.com> | Wed Sep 11 17:47:54 2024 +0000 |
tree | 1ea27c681dc3a5265831841b9584802d7d464691 | |
parent | 6d9f2eb83631e39f6d0b87dd8411b8f5d7fac38e [diff] |
godev/cmd/worker: don't include buckets in the chart ID Right now, when you click on a specific chart in the chart browser, it updates the location to include the full counter line, including buckets. The buckets are suppressed in the chart name only due to a template func that trims them. But buckets are not relevant to the identity of the chart, and result in a very long URL. Trim the ID to only include the counter prefix. Change-Id: Iddd1a932df4f44beb490e7225208d9c476ca7e56 Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/611841 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> 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 telemetry 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