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/09/23 13:29:05 UTC

[GitHub] [skywalking] MikelPan commented on issue #5547: skywalking artm debug

MikelPan commented on issue #5547:
URL: https://github.com/apache/skywalking/issues/5547#issuecomment-697364663


   oal is in https://github.com/apache/skywalking/blob/master/docs/en/concepts-and-designs/oal.md
   
   // Caculate the percent of response code in [200, 299], for each service.
   endpoint_200 = from(Endpoint.*).filter(responseCode like "2%").percent()
   
   if not suppotrs,i need to alarm reponseCode status is 200,or 400,and 500,how to configure,please tell me
   
   


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