bonnieguo commented on issue #4994:
URL: https://github.com/apache/skywalking/issues/4994#issuecomment-651725186


   i just get it from the example:
   // Caculate the percent of response status is true, for each service.
   Endpoint_success = from(Endpoint.*).filter(status = "true").percent()
   
   
   // Caculate p99 of Endpoint name started with `serv`
   serv_Endpoint_p99 = from(Endpoint.latency).filter(name like 
("serv%")).summary(0.99)


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


Reply via email to