package csv
import "golang.org/x/telemetry/cmd/gotelemetry/internal/csv"
csv dumps all the active counters. The output is a sequence of lines value,"counter-name",program, version,go-version,goos, garch sorted by counter name. It looks at the files in telemetry.LocalDir that are counter files or local reports By design it pays no attention to dates. The combination of program version and go version are deemed sufficient.
Index ¶
Functions ¶
func Csv ¶
func Csv()
Source Files ¶
csv.go
- Version
- v0.0.0-20250214215356-6f9b61db478c (latest)
- Published
- Feb 14, 2025
- Platform
- linux/amd64
- Imports
- 9 packages
- Last checked
- 3 days ago –
Tools for package owners.