CzyerChen commented on code in PR #693:
URL: https://github.com/apache/skywalking-java/pull/693#discussion_r1609127311


##########
apm-sniffer/apm-sdk-plugin/redisson-3.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/redisson/v3/RedissonPluginConfig.java:
##########
@@ -40,6 +40,14 @@ public static class Redisson {
              * Set a negative number to save specified length of parameter 
string to the tag.
              */
             public static int REDIS_PARAMETER_MAX_LENGTH = 128;
+            /**
+             * If set to false, the PING command would be collected.
+             */
+            public static boolean PING_IGNORED = true;

Review Comment:
   PING command will be ignored by default, PING in order to check if the 
channel is still connected(default 30 per second since 3.13.6, also can 
disabled).



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

Reply via email to