wu-sheng commented on issue #5547: URL: https://github.com/apache/skywalking/issues/5547#issuecomment-697390024
Because you are using the wrong function. percent function requires the parameter. Try this, you are calculating the `resposeCode >=500`/`all requests`. Filter means don't include the >500 requests. Please pay more attention on understanding documents. > endpoint_500 = from(Endpoint.*).percent(responseCode >=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: [email protected]
