Go Telemetry services and libraries

Clone this repo:
  1. 3c8b0df config: regenerate upload config by Gopher Robot · 2 days ago master config/v0.10.0
  2. 13bc4d4 internal/upload: add logging by Peter Weinberger · 3 days ago
  3. 9e81995 go.mod: update golang.org/x dependencies by Gopher Robot · 10 days ago
  4. 69313e6 internal/counter: don't write counters to disk if mode=off by Rob Findley · 3 weeks ago
  5. 7324770 all: revert to telemetry mode values (on|off|local) by Rob Findley · 4 weeks ago

Go Telemetry

This repository holds the Go Telemetry server code and libraries.

Linting & Formatting

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.

Installing npm Dependencies:

  1. Install docker
  2. Run ./npm install

Run ESLint, Stylelint, & Prettier

./npm run all

Report Issues / Send Patches

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.