This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new 5edcdee Remove invalid mysql configuration in agent.config. (#6303)
5edcdee is described below
commit 5edcdeecde7683b090f24741fc3ae084bfe6e17e
Author: Ax1an <[email protected]>
AuthorDate: Tue Feb 2 23:45:07 2021 +0800
Remove invalid mysql configuration in agent.config. (#6303)
---
CHANGES.md | 1 +
apm-sniffer/config/agent.config | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 47f19c9..5086b4a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,6 +8,7 @@ Release Notes.
* Update frontend-maven-plugin to 1.11.0, for Download node x64 binary on
Apple Silicon.
#### Java Agent
+* Remove invalid mysql configuration in agent.config.
#### OAP-Backend
diff --git a/apm-sniffer/config/agent.config b/apm-sniffer/config/agent.config
index 5475eb5..6e37570 100644
--- a/apm-sniffer/config/agent.config
+++ b/apm-sniffer/config/agent.config
@@ -102,8 +102,8 @@ plugin.mount=${SW_MOUNT_FOLDERS:plugins,activations}
# Exclude activated plugins
# plugin.exclude_plugins=${SW_EXCLUDE_PLUGINS:}
-# mysql plugin configuration
-# plugin.mysql.trace_sql_parameters=${SW_MYSQL_TRACE_SQL_PARAMETERS:false}
+# If set to true, the parameters of the sql (typically
java.sql.PreparedStatement) would be collected.
+# plugin.jdbc.trace_sql_parameters=${SW_JDBC_TRACE_SQL_PARAMETERS:false}
# Kafka producer configuration
# plugin.kafka.bootstrap_servers=${SW_KAFKA_BOOTSTRAP_SERVERS:localhost:9092}