Skip to content

Commit

Permalink
Do not change attacher name
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulianm committed Sep 25, 2024
1 parent f98b3ed commit 662673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/network/usm/ebpf_gotls.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
connCloseProbe = "uprobe__crypto_tls_Conn_Close"

// UsmGoTLSAttacherName holds the name used for the uprobe attacher of go-tls programs. Used for tests.
UsmGoTLSAttacherName = "usm_gotls"
UsmGoTLSAttacherName = "go-tls"
)

type uprobesInfo struct {
Expand Down

0 comments on commit 662673e

Please sign in to comment.