- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for telemetry (0.1 sec)
-
.github/ISSUE_TEMPLATE/12-telemetry.yml
name: Go Telemetry Proposals description: Changes to the telemetry upload configuration title: "x/telemetry/config: proposal title" labels: ["Telemetry-Proposal"] projects: ["golang/29"] body: - type: textarea attributes: label: Summary description: > What change are you proposing to the upload configuration, and why? For new upload configuration, which new counters will be collected, what
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue May 07 19:58:26 UTC 2024 - 1.2K bytes - Viewed (0) -
src/cmd/buildid/buildid.go
// license that can be found in the LICENSE file. package main import ( "flag" "fmt" "log" "os" "strings" "cmd/internal/buildid" "cmd/internal/telemetry/counter" ) func usage() { fmt.Fprintf(os.Stderr, "usage: go tool buildid [-w] file\n") flag.PrintDefaults() os.Exit(2) } var wflag = flag.Bool("w", false, "write build ID") func main() {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Jun 21 19:58:04 UTC 2024 - 1.7K bytes - Viewed (0) -
src/cmd/addr2line/main.go
// it may be deleted entirely in future releases. package main import ( "bufio" "flag" "fmt" "log" "os" "strconv" "strings" "cmd/internal/objfile" "cmd/internal/telemetry/counter" ) func printUsage(w *os.File) { fmt.Fprintf(w, "usage: addr2line binary\n") fmt.Fprintf(w, "reads addresses from standard input and writes two lines for each:\n") fmt.Fprintf(w, "\tfunction name\n")
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Jun 21 19:58:04 UTC 2024 - 2.4K bytes - Viewed (0) -
src/cmd/asm/main.go
"log" "os" "cmd/asm/internal/arch" "cmd/asm/internal/asm" "cmd/asm/internal/flags" "cmd/asm/internal/lex" "cmd/internal/bio" "cmd/internal/obj" "cmd/internal/objabi" "cmd/internal/telemetry/counter" ) func main() { log.SetFlags(0) log.SetPrefix("asm: ") counter.Open() buildcfg.Check() GOARCH := buildcfg.GOARCH flags.Parse() counter.Inc("asm/invocations")
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Jun 21 19:58:04 UTC 2024 - 2.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- golang.org/x/lint: 1621716 → d0100b6 - golang.org/x/mod: v0.17.0 → v0.20.0 - golang.org/x/net: v0.26.0 → v0.28.0 - golang.org/x/sync: v0.7.0 → v0.8.0 - golang.org/x/sys: v0.21.0 → v0.23.0 - golang.org/x/telemetry: f48c80b → bda5523 - golang.org/x/term: v0.21.0 → v0.23.0 - golang.org/x/text: v0.16.0 → v0.17.0 - golang.org/x/tools: e35e4cc → v0.24.0 - golang.org/x/xerrors: 04be3eb → 5ec99f8
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Oct 29 20:17:52 UTC 2024 - 121.6K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- github.com/pkg/diff: [20ebb0f](https://github.com/pkg/diff/tree/20ebb0f) - github.com/x448/float16: [v0.8.4](https://github.com/x448/float16/tree/v0.8.4) - golang.org/x/telemetry: b75ee88 - k8s.io/gengo/v2: 51d4e06 - sigs.k8s.io/knftables: v0.0.14 ### Changed
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:40:14 UTC 2024 - 309.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.31.md
- golang.org/x/mod: v0.15.0 → v0.17.0 - golang.org/x/net: v0.23.0 → v0.26.0 - golang.org/x/oauth2: v0.10.0 → v0.21.0 - golang.org/x/sync: v0.6.0 → v0.7.0 - golang.org/x/sys: v0.18.0 → v0.21.0 - golang.org/x/telemetry: b75ee88 → f48c80b - golang.org/x/term: v0.18.0 → v0.21.0 - golang.org/x/text: v0.14.0 → v0.16.0 - golang.org/x/tools: v0.18.0 → e35e4cc - google.golang.org/api: v0.126.0 → v0.13.0
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 12:18:32 UTC 2024 - 315.4K bytes - Viewed (0)