主页 > 手机  > 

golangopt-intransparenttelemetry

golangopt-intransparenttelemetry

目录 1. golang opt-in transparent telemetry1.1. Getting started1.2. Learning Go1.3. Troubleshooting

1. golang opt-in transparent telemetry

Recent gopls release (v0.14) includes opt-in transparent telemetry.

Telemetry uploading is off by default even when Visual Studio Code’s telemetry setting is enabled. Go Telemetry needs to be enabled with the following command:

go run golang.org/x/telemetry/cmd/gotelemetry@latest on

After telemetry is enabled, metrics and crash stack traces will be uploaded to telemetry.go.dev weekly. You can see the preview of the collected data using:

go run golang.org/x/telemetry/cmd/gotelemetry@latest view

If we get enough adoption, this data can significantly advance the pace of the go plugin development and help us meet a higher standard of reliability. Go telemetry is designed to be transparent and privacy-preserving. If you have concerns about enabling telemetry, you can learn more at Go Telemetry Privacy Policy.

1.1. Getting started

Learn about the Go extension in our README.

1.2. Learning Go

If you’re new to the Go programming language, go.dev/learn is a great place to get started.

1.3. Troubleshooting

Experiencing problems? Start with our troubleshooting guide.

标签:

golangopt-intransparenttelemetry由讯客互联手机栏目发布,感谢您对讯客互联的认可,以及对我们原创作品以及文章的青睐,非常欢迎各位朋友分享到个人网站或者朋友圈,但转载请说明文章出处“golangopt-intransparenttelemetry