Skip to content

Commit

Permalink
runtime: remove datadog-agent from prof labels hall of shame
Browse files Browse the repository at this point in the history
github.com/DataDog/datadog-agent has stopped using runtime_setProfLabel
and runtime_getProfLabel, remove them from the hall of shame.

Updates golang#67401

Change-Id: I4a66c5e70397d43d7f064aeae5bad064e168316f
Reviewed-on: https://go-review.googlesource.com/c/go/+/634476
Auto-Submit: Ian Lance Taylor <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
paulcacheux authored and gopherbot committed Dec 9, 2024
1 parent 07398d2 commit 6705ac6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/runtime/proflabel.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var labelSync uintptr
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/cloudwego/localsession
// - github.com/DataDog/datadog-agent
//
// Do not remove or change the type signature.
// See go.dev/issue/67401.
Expand Down Expand Up @@ -47,7 +46,6 @@ func runtime_setProfLabel(labels unsafe.Pointer) {
// but widely used packages access it using linkname.
// Notable members of the hall of shame include:
// - github.com/cloudwego/localsession
// - github.com/DataDog/datadog-agent
//
// Do not remove or change the type signature.
// See go.dev/issue/67401.
Expand Down

0 comments on commit 6705ac6

Please sign in to comment.