diff --git a/user/module/probe_postgres.go b/user/module/probe_postgres.go index ffd389004..5f56bc5b1 100644 --- a/user/module/probe_postgres.go +++ b/user/module/probe_postgres.go @@ -112,7 +112,7 @@ func (this *MPostgresProbe) setupManagers() error { probes := []*manager.Probe{ { - Section: "uprobe/exec_simple_qurey", + Section: "uprobe/exec_simple_query", EbpfFuncName: "postgres_query", AttachToFuncName: attachFunc, BinaryPath: binaryPath,