You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/01/11 05:36:03 UTC

[GitHub] [skywalking-nginx-lua] alonelaval commented on a change in pull request #93: Add IgnoreSuffix feature

alonelaval commented on a change in pull request #93:
URL: https://github.com/apache/skywalking-nginx-lua/pull/93#discussion_r781770303



##########
File path: lib/skywalking/util.lua
##########
@@ -28,6 +28,21 @@ local split = function(str, delimiter)
     return t
 end
 
+
+local checkIgnoreSuffix = function(operationName, ignoreSuffix)
+    if ignoreSuffix ~= nil then
+        local ignore_suffix_table = split(ignoreSuffix, ",")

Review comment:
       OK




-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org