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 2020/08/09 08:27:10 UTC

[GitHub] [skywalking] kezhenxu94 commented on a change in pull request #5269: Support !=, like filter expressions in OAL

kezhenxu94 commented on a change in pull request #5269:
URL: https://github.com/apache/skywalking/pull/5269#discussion_r467553860



##########
File path: oap-server/oal-rt/src/main/java/org/apache/skywalking/oal/rt/OALRuntime.java
##########
@@ -150,6 +151,12 @@ public void start(ClassLoader currentClassLoader) throws ModuleStartException, O
             throw new ModuleStartException("load metrics functions error.", e);
         }
 
+        try {
+            FilterMatchers.INSTANCE.init();

Review comment:
       No side effect even initializing multiple times, fixed anyway




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

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