]> Cypherpunks repositories - gostls13.git/commit
runtime: remove datadog-agent from prof labels hall of shame
authorPaul Cacheux <paul.cacheux@datadoghq.com>
Sun, 8 Dec 2024 20:45:48 +0000 (21:45 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 9 Dec 2024 18:41:45 +0000 (18:41 +0000)
commit6705ac688528b5a9ef7ec94ba04ab1f65f048a75
tree6ee43261bcf7c7512a3ff22bcdc63ef79a8b3dc1
parent07398d2e57ac5df6f95b0344252f1560376328f3
runtime: remove datadog-agent from prof labels hall of shame

github.com/DataDog/datadog-agent has stopped using runtime_setProfLabel
and runtime_getProfLabel, remove them from the hall of shame.

Updates #67401

Change-Id: I4a66c5e70397d43d7f064aeae5bad064e168316f
Reviewed-on: https://go-review.googlesource.com/c/go/+/634476
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/runtime/proflabel.go