yswdqz commented on PR #9822:
URL: https://github.com/apache/skywalking/pull/9822#issuecomment-1285821372

   > What is the question? My point is `/folder` and `folder` have no 
difference. The we only have one concept, root and current path are the same 
thing for MAL initialization, no matter in `otel-rules` or others
   
   I understand now. 
   So we should support:
   - `mysql/mysql-instance.yaml` : for file
   - `mysql/mysql-instance` : the same as `mysql/mysql-instance.yaml`
   - `/mysql/mysql-instance` : the same as `mysql/mysql-instance.yaml`
   - `/mysql/mysql-instance.yaml` : the same as `mysql/mysql-instance.yaml`
   
   - `/mysql/*.yaml` : for folder
   - `/mysql/*` : the same as `/mysql/*.yaml`
   - `mysql/*.yaml` : the same as `/mysql/*.yaml`
   - `mysql/*` : the same as `/mysql/*.yaml`
   
   Is it right? And maybe we should support `**` , too?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to