Remove invalid mysql configuration in agent.config. (#6303)

This commit is contained in:
Ax1an 2021-02-02 23:45:07 +08:00 committed by GitHub
parent 59114fe31d
commit 5edcdeecde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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}