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/10 04:49:03 UTC

[GitHub] [skywalking] wu-sheng commented on issue #4631: Question about the value of responseCode in the OAL

wu-sheng commented on issue #4631: Question about the value of responseCode in the OAL
URL: https://github.com/apache/skywalking/issues/4631#issuecomment-611876207
 
 
   First. I think the right function is count, not sum.
   
   Your OAL is not right. Take this as an example.
   
   service_5xx = from(Service.*).filter(responseCode >= 500).cpm();
   
   We don't have that percent func you described, you may need to extend.

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