kuko126 opened a new issue #2279: Can skywalking ClassMatch support regex 
classname match?
URL: https://github.com/apache/incubator-skywalking/issues/2279
 
 
   Is there a way to match classes using regex expression like spring aop does?
   
   what I wanted
   ```
     protected ClassMatch enhanceClass() {
           return new RegClassMatch("com.xxx.*Dao");
     }
   ```
   by the way, all the dao classes didn't implement a common parent class, so I 
cannot use `HierarchyMatch` to match all the dao classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to