Back to Pinpoint

Profile MySQL.

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

3.0.5595 B
Original Source

MySQL JDBC Driver

Pinpoint Configuration

pinpoint.config

JDBC options.

# Profile MySQL.
profiler.jdbc.mysql=true
# Allow profiling of setautocommit.
profiler.jdbc.mysql.setautocommit=false
# Allow profiling of commit.
profiler.jdbc.mysql.commit=false
# Allow profiling of rollback.
profiler.jdbc.mysql.rollback=false
# Trace bindvalues for MySQL PreparedStatements (overrides profiler.jdbc.tracesqlbindvalue)
#profiler.jdbc.mysql.tracesqlbindvalue=true