xzyJavaX commented on code in PR #438:
URL: https://github.com/apache/skywalking-java/pull/438#discussion_r1065439069
##########
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:
> If set to false, can I still get "cache. key"? This value is true in
'org.apache.skywalking.apm.plugin.jedis.v3.JedisPluginConfig'
I probably understand, the default value does not need to be modified, sorry.
--
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]