[GitHub] wu-sheng commented on issue #2279: Can skywalking ClassMatch support regex classname match?

2019-02-22 Thread GitBox
wu-sheng commented on issue #2279: Can skywalking ClassMatch support regex classname match? URL: https://github.com/apache/incubator-skywalking/issues/2279#issuecomment-46644 `buildJunction` take charge for this. You need to look byte-buddy document to understand how to build it. ---

[GitHub] wu-sheng commented on issue #2279: Can skywalking ClassMatch support regex classname match?

2019-02-21 Thread GitBox
wu-sheng commented on issue #2279: Can skywalking ClassMatch support regex classname match? URL: https://github.com/apache/incubator-skywalking/issues/2279#issuecomment-466299477 You could, just implement a new ClassMatch, which is based on byte-buddy API. I think we are also welcome you