Skip to content

Commit

Permalink
fix: reduce SQL tracing noise (#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Apr 4, 2023
1 parent 84344a4 commit b1cf198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/driver/pop_connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func (r *RegistryDefault) PopConnectionWithOpts(ctx context.Context, popOpts ...
InstrumentedDriverOptions: []instrumentedsql.Opt{
instrumentedsql.WithTracer(otelsql.NewTracer()),
instrumentedsql.WithIncludeArgs(),
instrumentedsql.WithOpsExcluded(instrumentedsql.OpSQLRowsNext),
},
}
for _, o := range popOpts {
Expand Down

0 comments on commit b1cf198

Please sign in to comment.