Linux command
gotelemetry 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
View telemetry config
gotelemetry
Enable telemetry
gotelemetry on
Disable telemetry
gotelemetry off
Set to local mode
gotelemetry local
View collected data
gotelemetry view
说明
gotelemetry manages Go toolchain telemetry settings. It controls whether usage statistics are collected and uploaded to help improve Go development tools. Users can enable full telemetry, disable it entirely, or use local-only collection mode where data is gathered but never uploaded. The view command shows what data has been collected.
参数
- on
- Enable telemetry uploads.
- off
- Disable telemetry.
- local
- Collect locally only.
- view
- View telemetry data.
- --help
- Display help information.
FAQ
What is the gotelemetry command used for?
gotelemetry manages Go toolchain telemetry settings. It controls whether usage statistics are collected and uploaded to help improve Go development tools. Users can enable full telemetry, disable it entirely, or use local-only collection mode where data is gathered but never uploaded. The view command shows what data has been collected.
How do I run a basic gotelemetry example?
Run `gotelemetry` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does on do in gotelemetry?
Enable telemetry uploads.