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 2019/12/24 11:03:15 UTC

[GitHub] [skywalking] ZhuoSiChen commented on a change in pull request #4117: Keep properties

ZhuoSiChen commented on a change in pull request #4117: Keep properties
URL: https://github.com/apache/skywalking/pull/4117#discussion_r361138507
 
 

 ##########
 File path: apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/SnifferConfigInitializer.java
 ##########
 @@ -192,4 +192,11 @@ private static InputStreamReader loadConfig() throws AgentPackageNotFoundExcepti
         }
         throw new ConfigNotFoundException("Failed to load agent.config.");
     }
+
+    /**
+     * return the properties read from DEFAULT_CONFIG_FILE_NAME
+     */
+    public static Properties getProperties(){
 
 Review comment:
   Because I find no way to get my plugin propeties.

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


With regards,
Apache Git Services