Go Telemetry
This page allows you to inspect counters collected by Go Toolchain programs on your machine. It includes counters for submitted and pending reports. For more information about Go Toolchain telemetry read the docs here.
Index
Charts
Charts are visualizations of the counters from your archived reports. Counters for different program builds of the same program are summed together. Use the index to navigate to charts by counter name.
{{range .Charts.Programs}}{{$pname}} {{if not .Active}} {{template "info-icon" "This program is not present in the telemetry config."}} {{end}}
{{range .Counters}}{{$cname}} {{if not .Active}} {{template "info-icon" "This counter is not present in the telemetry config."}} {{end}}
Config
The config contains the list of active counters for each program and allowed report metadata.
{{.PrettyConfig}}
Counters
Counters display data from active counter files that has not yet been uploaded with a report or archived. If a report includes data that is not registered in the telemetry config, a summary of those fields and how they'll be handled appears next to the counter values.
{{range .Files}}{{.ID}}
{{.Name}}{{.Value}}
{{.Trace}}
Reports
Reports represent local copies of the data uploaded by the Go command to telemetry.go.dev. Use the index to navigate to a report by upload date or program build.
{{range .Reports}}