contrib/jackc/pgx.v5

Those integration are enabled by having the following import in the project’s orchestrion.tool.go file:

import (
	_ "github.com/DataDog/orchestrion"

	_ "github.com/DataDog/dd-trace-go/contrib/jackc/pgx.v5/v2" // integration
	//...
)

PostgreSQL driver and toolkit for Go.

Connect

Join Point
All of

ConnectConfig

pgxpool.New

Join Point
All of

pgxpool.NewWithConfig