wu-sheng opened a new pull request #3109: All NEW OAL Runtime Engine URL: https://github.com/apache/skywalking/pull/3109 Hi @apache/skywalking-committers and all This PR brings all I talked in #3098, now 1. OAL scripts are loaded in bootstrap stage 1. OAL is still at compile level. But not by JDK, instead, by OALRuntime to generate binary codes. This is the black magic, I have tried my best to keep codes as simple as possible, and keep using freemaker templates for readability. 1. All metrics process flows are the same as before I am going to add `metrics name` in the remote protocol after this PR merged, to replace the ID, because, at bootstrap level, OAL scripts may different somehow in different instances. We should use the literal string name in the internal distributed aggregation and print warning log when receiving unexpected metrics name. cc @peng-yongsheng
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
