Skip to content

Commit 6705ac6

Browse files
paulcacheuxgopherbot
authored andcommittedDec 9, 2024
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 <[email protected]> Reviewed-by: Cherry Mui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 07398d2 commit 6705ac6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

Diff for: ‎src/runtime/proflabel.go

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var labelSync uintptr
1212
// but widely used packages access it using linkname.
1313
// Notable members of the hall of shame include:
1414
// - github.com/cloudwego/localsession
15-
// - github.com/DataDog/datadog-agent
1615
//
1716
// Do not remove or change the type signature.
1817
// See go.dev/issue/67401.
@@ -47,7 +46,6 @@ func runtime_setProfLabel(labels unsafe.Pointer) {
4746
// but widely used packages access it using linkname.
4847
// Notable members of the hall of shame include:
4948
// - github.com/cloudwego/localsession
50-
// - github.com/DataDog/datadog-agent
5149
//
5250
// Do not remove or change the type signature.
5351
// See go.dev/issue/67401.

0 commit comments

Comments
 (0)
Please sign in to comment.