2023-09-13 18:52:51 -06:00
|
|
|
name: Go Telemetry Proposals
|
2024-05-07 12:52:46 -06:00
|
|
|
description: Changes to the telemetry upload configuration
|
2023-11-23 11:43:12 -07:00
|
|
|
title: "x/telemetry/config: proposal title"
|
2023-09-13 18:52:51 -06:00
|
|
|
labels: ["Telemetry-Proposal"]
|
|
|
|
projects: ["golang/29"]
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
2024-05-06 15:01:35 -06:00
|
|
|
label: Summary
|
2024-05-07 12:52:46 -06:00
|
|
|
description: >
|
2024-05-06 15:01:35 -06:00
|
|
|
What change are you proposing to the upload configuration, and why?
|
|
|
|
For new upload configuration, which new counters will be collected, what
|
|
|
|
do they measure, and why is it important to collect them?
|
|
|
|
Note that uploaded data must not carry sensitive user information.
|
|
|
|
See [go.dev/doc/telemetry#proposals](https://go.dev/doc/telemetry#proposals)
|
|
|
|
for more details on telemetry proposals.
|
2023-09-13 18:52:51 -06:00
|
|
|
validations:
|
|
|
|
required: true
|
2024-05-06 15:01:35 -06:00
|
|
|
- type: input
|
2023-09-13 18:52:51 -06:00
|
|
|
attributes:
|
2024-05-06 15:01:35 -06:00
|
|
|
label: Proposed Config Change
|
2024-05-07 12:52:46 -06:00
|
|
|
description: >
|
2024-05-06 15:01:35 -06:00
|
|
|
A CL containing proposed changes to the
|
|
|
|
[config.txt](https://go.googlesource.com/telemetry/+/master/internal/chartconfig/config.txt)
|
|
|
|
chart configuration.
|
|
|
|
See the [chartconfig](https://pkg.go.dev/golang.org/x/telemetry/internal/chartconfig)
|
|
|
|
package for an explanation of the chart config format.
|
|
|
|
For an example change, see [CL 564619](https://go.dev/cl/564619).
|
2023-09-13 18:52:51 -06:00
|
|
|
validations:
|
|
|
|
required: true
|