Skip to content

Commit 03c8d81

Browse files
committed
add new relic instrumented drivernames to default bindvar lists, fixes jmoiron#563
1 parent 45f24e9 commit 03c8d81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bind.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const (
2222
)
2323

2424
var defaultBinds = map[int][]string{
25-
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql"},
26-
QUESTION: []string{"mysql", "sqlite3"},
25+
DOLLAR: []string{"postgres", "pgx", "pq-timeouts", "cloudsqlpostgres", "ql", "nrpostgres"},
26+
QUESTION: []string{"mysql", "sqlite3", "nrmysql", "nrsqlite3"},
2727
NAMED: []string{"oci8", "ora", "goracle"},
2828
AT: []string{"sqlserver"},
2929
}

0 commit comments

Comments
 (0)