Back to Pinpoint

Profile PostgreSQL.

agent-module/plugins/postgresql-jdbc/README.md

3.0.5565 B
Original Source

Postgresql JDBC Driver

Pinpoint Configuration

pinpoint.config

JDBC options.

# Profile PostgreSQL.
profiler.jdbc.postgresql=true
# trace bindvalues for PreparedStatements
profiler.jdbc.postgresql.tracesqlbindvalue=true
# Allow profiling of setautocommit.
profiler.jdbc.postgresql.setautocommit=false
# Allow profiling of commit.
profiler.jdbc.postgresql.commit=false
# Allow profiling of rollback.
profiler.jdbc.postgresql.rollback=false