pg-yang commented on code in PR #438:
URL: https://github.com/apache/skywalking-java/pull/438#discussion_r1065353998
##########
apm-sniffer/apm-sdk-plugin/redisson-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/redisson/v3/RedissonPluginConfig.java:
##########
@@ -20,14 +20,18 @@
import org.apache.skywalking.apm.agent.core.boot.PluginConfig;
+import java.util.Arrays;
+import java.util.HashSet;
+import java.util.Set;
+
public class RedissonPluginConfig {
public static class Plugin {
@PluginConfig(root = RedissonPluginConfig.class)
public static class Redisson {
/**
* If set to true, the parameters of the Redis command would be
collected.
*/
- public static boolean TRACE_REDIS_PARAMETERS = false;
+ public static boolean TRACE_REDIS_PARAMETERS = true;
Review Comment:
Please don't change the default value.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]