CallableInstrumentation define that the mysql-2.x plugin intercepts the following methods in the
com.mysql.jdbc.CallableStatement
1. execute
2. executeQuery
3. executeUpdateConnectionInstrumentation intercepts the following methods that the class which extend
com.mysql.jdbc.ConnectionImpl.
1.DriverInstrumentation presents that skywalking intercepts Driver.Mysql50ConnectionInstrumentation interceptor the com.mysql.jdbc.Connection class in the 5.0.x verison
of mysql driver jar.Mysql5xConnectionInstrumentation interceptor ConnectionImpl and
com.mysql.jdbc.ConnectionImpl in mysql jdbc driver 5.1 and 5.1+PreparedStatementInstrumentation define that the mysql-2.x plugin intercepts the following methods in the
com.mysql.jdbc.JDBC42PreparedStatement, com.mysql.jdbc.PreparedStatement and
com.mysql.cj.jdbc.PreparedStatement class:
1. execute
2. executeQuery
3. executeUpdate
4. executeLargeUpdate
5. addBatchStatementExecuteMethodsInterceptor create the exit span when the client call the interceptor methods.StatementInstrumentation intercepts the following methods in the
com.mysql.jdbc.StatementImpl and com.mysql.cj.jdbc.StatementImpl class.
1. execute
2. executeQuery
3. executeUpdate
4. executeLargeUpdate
5. addBatch
6. executeBatchInternal
7. executeUpdateInternal
8. executeQuery
9. executeBatchCopyright © 2018 The Apache Software Foundation. All rights reserved.