tree: 921e60ba407fd3289fad71beebda9eb2aa9d9c43 [path history] [tgz]
  1. README.md
  2. view.go
  3. view_test.go
cmd/gotelemetry/internal/view/README.md

Go Telemetry View

Telemetry data it is stored in files on the user machine. Users can run the command gotelemetry view to view the data in a browser. The HTML page served by the command will generate graphs based on the local copies of report uploads and active counter files.

Development

The static files are generated with a generator command. You can edit the source files and run go generate to rebuild them.

go generate ./content

Running the server with the --dev flag will watch and rebuild the static files on save.

go run ./cmd/gotelemetry view --dev