commit | a33788e0e685d712ab10bbaf88382371b2e7e2b3 | [log] [tgz] |
---|---|---|
author | Rob Findley <rfindley@google.com> | Mon Jul 15 23:44:42 2024 +0000 |
committer | Gopher Robot <gobot@golang.org> | Fri Jul 19 21:06:28 2024 +0000 |
tree | 14b7b12a462628c5e48c569cf22ffccce40fcca9 | |
parent | 36c02124f0055fdd95f3b9c01bc453d41c44fae6 [diff] |
telemetrygodev: restyle, and add charts to the root page Restyle telemetry.go.dev with the following goals: - look more like a subpage of go.dev - display charts on the root page - improve chart navigation, assuming we'll eventually have many charts The result is not perfect, but hopefully better than the current style, and lays the groundwork for additional improvements. Additionally, fix the following minor issues: - Fix a misleading 'localhost' message when serving INADDR_ANY. - Shorten long program/counter names. - Reduce dependencies of handlers; handleCharts does not need the upload bucket. - Remove an unused base.html. - Remove misplaced storage.min.js* files. For golang/go#68204 Change-Id: I5f775740cde17b3b14248a7f8dab6983e510bdbe Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/599275 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Robert Findley <rfindley@google.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