This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.
from 6e1ac50 Merge pull request #736 from apache/tweeter
add b3c263f [Agent] Support the version 9.4.x of postgresql jdbc driver
add 4223d22 Merge branch 'master' into feature/support-postgresql-9.x
new 3613691 Merge pull request #739 from
ascrutae/feature/support-postgresql-9.x
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...reparedStatementExecuteMethodsInterceptor.java} | 6 ++---
.../StatementExecuteMethodsInterceptor.java | 5 ++--
.../apm/plugin/jdbc/postgresql/Variables.java | 15 +++--------
.../AbstractJdbc2StatementInstrumentation.java | 5 ++--
.../PgCallableStatementInstrumentation.java} | 13 ++++++----
.../PgPreparedStatementInstrumentation.java} | 30 ++++++++++------------
.../define/PgStatementInstrumentation.java} | 30 ++++++++++------------
.../src/main/resources/skywalking-plugin.def | 3 +++
8 files changed, 50 insertions(+), 57 deletions(-)
copy
apm-sniffer/apm-sdk-plugin/postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/{StatementExecuteMethodsInterceptor.java
=> PreparedStatementExecuteMethodsInterceptor.java} (93%)
copy
apm-application-toolkit/apm-toolkit-logback-1.x/src/main/java/org/apache/skywalking/apm/toolkit/log/logback/v1/x/mdc/TraceIdMDCPatternLogbackLayout.java
=>
apm-sniffer/apm-sdk-plugin/postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/Variables.java
(65%)
copy
apm-sniffer/apm-sdk-plugin/{spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/define/AnnotationMethodHandlerAdapterInstrumentation.java
=>
postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/define/PgCallableStatementInstrumentation.java}
(75%)
copy
apm-sniffer/apm-sdk-plugin/{elastic-job-2.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/esjob/define/JobExecutorInstrumentation.java
=>
postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/define/PgPreparedStatementInstrumentation.java}
(71%)
copy
apm-sniffer/apm-sdk-plugin/{jetty-plugin/jetty-server-9.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jetty/v9/server/define/JettyInstrumentation.java
=>
postgresql-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/postgresql/define/PgStatementInstrumentation.java}
(68%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].