zhyyu commented on issue #7773: URL: https://github.com/apache/skywalking/issues/7773#issuecomment-925524931
Well, the `skywalking-client-js` version is 0.6.0. I found sometimes, the rate will be 100.54% which over 100%; So I copy the params and curl it make two manual situation(1. in one minute there are all errors, 2. in one minute error are two times to normal). My question is that current error rate is (error / normal), it confuses me a lot. I think common error rate definition should be (error / all) like this `browser_app_error_rate = from(BrowserAppTraffic.*).rate(trafficCategory != BrowserAppTrafficCategory.NORMAL,trafficCategory != null);` @arugal @Fine0830 @wu-sheng -- 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]
