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: [email protected]
