diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index ae94c9bcf7..e73e8a73a3 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -24,8 +24,12 @@ The `go` `list` `-m` `-json` command now includes new `Sum` and `GoModSum` field This is similar to the existing behavior of the `go` `mod` `download` `-json` command. -The new `go` `telemetry` command should be documented here, -as well as `GOTELEMETRY` and `GOTELEMETRYDIR` environment variables. +The new `go` `telemetry` command can be used to view and configure the telemetry collection +mode. Without arguments, it displays the current mode. With `local`, `on`, or `off`, it sets +the collection mode. `go` `env` now lists two values: the `GOTELEMETRY` value, which +contains the telemetry collection mode, and the `GOTELEMETRYDIR` value setting which contains +the directory telemetry data and configuration are written to. +