snippetbashTip
gotelemetry — Manage Go telemetry data and settings. More information: <https://telemetry.go.dev/privacy#collectio
Viewed 0 times
commandandgotelemetrytelemetryclimanagesettingsdata
Problem
How to use the
gotelemetry command: Manage Go telemetry data and settings. More information: <https://telemetry.go.dev/privacy#collection>.Solution
gotelemetry — Manage Go telemetry data and settings. More information: <https://telemetry.go.dev/privacy#collection>.Enable telemetry uploading:
gotelemetry onDisable telemetry uploading:
gotelemetry offRun a Web Viewer for local telemetry data:
gotelemetry viewPrint the current telemetry environment:
gotelemetry envDisplay help for a specific subcommand:
gotelemetry help {{subcommand}}Code Snippets
Enable telemetry uploading
gotelemetry onDisable telemetry uploading
gotelemetry offRun a Web Viewer for local telemetry data
gotelemetry viewPrint the current telemetry environment
gotelemetry envDisplay help for a specific subcommand
gotelemetry help {{subcommand}}Context
tldr-pages: common/gotelemetry
Revisions (0)
No revisions yet.