Remove invalid mysql configuration in agent.config. (#6303)
This commit is contained in:
parent
59114fe31d
commit
5edcdeecde
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue