add apmsql pgxv4
This commit is contained in:
parent
61dc703927
commit
ba5c955163
|
@ -8,6 +8,7 @@ import (
|
||||||
_ "github.com/jackc/pgx/v4/stdlib"
|
_ "github.com/jackc/pgx/v4/stdlib"
|
||||||
"github.com/volatiletech/sqlboiler/v4/boil"
|
"github.com/volatiletech/sqlboiler/v4/boil"
|
||||||
"go.elastic.co/apm/module/apmsql/v2"
|
"go.elastic.co/apm/module/apmsql/v2"
|
||||||
|
_ "go.elastic.co/apm/module/apmsql/v2/pgxv4"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
|
Loading…
Reference in New Issue