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 2021/10/18 08:22:26 UTC

[GitHub] [skywalking] lovegwwp opened a new issue #7949: [Bug] LikeMatch Error

lovegwwp opened a new issue #7949:
URL: https://github.com/apache/skywalking/issues/7949


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Apache SkyWalking Component
   
   OAP server (apache/skywalking)
   
   ### What happened
   
   I want to count more detailed metrics, such as
   ![image](https://user-images.githubusercontent.com/33893474/137693729-81dd87ee-b1f6-4164-a9a1-72156c3d61b4.png)
   
   But it did report an error
   ![image](https://user-images.githubusercontent.com/33893474/137693828-ca7b0d26-de44-4055-963f-3ad6e6d929c5.png)
   
   Seeing the error is a lack of methods, so I went to read the code, there is indeed no corresponding method
   ![image](https://user-images.githubusercontent.com/33893474/137693966-934f3390-af85-4eb0-98c6-74df92f5f78e.png)
   
   
   ### What you expected to happen
   
   oap server start normally, and the grammatical analysis is correct
   
   ### How to reproduce
   
   add   this expression  "service_resp_code_txx = from(ServiceInstance.*).filter(responseCode like "2%" ).count(); " into core.oal    
   
   ### Anything else
   
   My version is 8.2
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #7949: [Bug] LikeMatch Error

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7949:
URL: https://github.com/apache/skywalking/issues/7949#issuecomment-945508354


   The reaponse code is number, you should use greater than.


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng edited a comment on issue #7949: [Bug] LikeMatch Error

Posted by GitBox <gi...@apache.org>.
wu-sheng edited a comment on issue #7949:
URL: https://github.com/apache/skywalking/issues/7949#issuecomment-945547358


   Read OAL document. And your version is far from the latest.


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #7949: [Bug] LikeMatch Error

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #7949:
URL: https://github.com/apache/skywalking/issues/7949


   


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lovegwwp commented on issue #7949: [Bug] LikeMatch Error

Posted by GitBox <gi...@apache.org>.
lovegwwp commented on issue #7949:
URL: https://github.com/apache/skywalking/issues/7949#issuecomment-945531892


   Does number have a concept similar to between? For example, 10<20<30


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] lovegwwp removed a comment on issue #7949: [Bug] LikeMatch Error

Posted by GitBox <gi...@apache.org>.
lovegwwp removed a comment on issue #7949:
URL: https://github.com/apache/skywalking/issues/7949#issuecomment-945531892


   Does number have a concept similar to between? For example, 10<20<30


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #7949: [Bug] LikeMatch Error

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7949:
URL: https://github.com/apache/skywalking/issues/7949#issuecomment-945547358


   Read MAL document. And your version is far from the latest.


-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org