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 2020/04/03 12:50:17 UTC

[GitHub] [skywalking] MilkSDF opened a new issue #4607: OAL example in the document maybe wrong

MilkSDF opened a new issue #4607: OAL example in the document maybe wrong
URL: https://github.com/apache/skywalking/issues/4607
 
 
   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [*] Question or discussion
   ___
   ### Question
   - What do you want to know?
   I add the oal rules to my official_analysis.oal  which is copied from https://github.com/apache/skywalking/blob/v7.0.0/docs/en/concepts-and-designs/oal.md
   
   Endpoint_500 = from(Endpoint.*).filter(responseCode like "5%").percent()
   
   it didn’t work and I find error in the log.
   
   
   
   ___
   
   If possible, provide a way for reproducing the error. e.g. demo application, component version.
   
   ![image](https://user-images.githubusercontent.com/7495090/78362349-88701580-75ec-11ea-93e9-c277162c25a6.png)
   
   ![image](https://user-images.githubusercontent.com/7495090/78362427-ac335b80-75ec-11ea-80aa-999ef5d188e5.png)
   
   ___
   ### Requirement or improvement
   - Please describe about your requirements or improvement suggestions.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng commented on issue #4607: OAL example in the document maybe wrong

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #4607: OAL example in the document maybe wrong
URL: https://github.com/apache/skywalking/issues/4607#issuecomment-608783926
 
 
   Response code is a number now. You should use >, < operator for it.
   If You want 5xx, use>= 500

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking] wu-sheng closed issue #4607: OAL example in the document maybe wrong

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #4607: OAL example in the document maybe wrong
URL: https://github.com/apache/skywalking/issues/4607
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services