wu-sheng commented on issue #7773:
URL: https://github.com/apache/skywalking/issues/7773#issuecomment-925479549


   > browser_app_error_rate = from(BrowserAppTraffic.*).rate(trafficCategory == 
BrowserAppTrafficCategory.FIRST_ERROR,trafficCategory == 
BrowserAppTrafficCategory.NORMAL);
   browser_app_error_sum = from(BrowserAppTraffic.count).filter(trafficCategory 
!= BrowserAppTrafficCategory.NORMAL).sum();
   
   @arugal If I compare these too, then `trafficCategory != 
BrowserAppTrafficCategory.NORMAL` must filter the correct access. In the first 
case, `trafficCategory == BrowserAppTrafficCategory.NORMAL` is not all of 
traffic. Please correct me if I am wrong.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to