{{template "base" .}} {{define "title"}}Go Telemetry Config{{end}} {{define "content"}}

Chart Config

The chart config contains the list of approved charts to display on telemetry.go.dev. The chart config format is documented by the chartconfig package documentation.

{{.ChartConfig}}

Upload Config

The upload config contains the list of active counters for each program and allowed report metadata. This is generated from the chart config above.

{{.UploadConfig}}
{{end}}