]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/work: add telemetry counters for build cache hits/misses
authorMichael Matloob <matloob@golang.org>
Wed, 22 May 2024 19:53:38 +0000 (15:53 -0400)
committerMichael Matloob <matloob@golang.org>
Thu, 23 May 2024 01:31:25 +0000 (01:31 +0000)
commitd8b92c2e2d15094e99c589782d6135e3e7e68236
tree5e7d2e548da0ce265598547975119504a7ad8648
parent4cac885741b845bd7f4aaad5bc9844b44eb23136
cmd/go/internal/work: add telemetry counters for build cache hits/misses

The following counters are added in this cl
    go/buildcache/hit
    go/buildcache/miss
    go/buildcache/stdlibrecompiled (incremented at most once per
        invocation)

Change-Id: Ia78e136feac8226cb35e554503b672343cc30262
Reviewed-on: https://go-review.googlesource.com/c/go/+/587577
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
src/cmd/go/internal/work/buildid.go