JelfPann commented on issue #6985:
URL: https://github.com/apache/skywalking/issues/6985#issuecomment-844960818


   I have learned about 
   ```
   browser_app_error_rate = from(BrowserAppTraffic.*).rate(trafficCategory == 
BrowserAppTrafficCategory.FIRST_ERROR, trafficCategory == 
BrowserAppTrafficCategory.NORMAL); 
   ``` 
   but my case is different.
   In my case, only `ServiceInstanceJVMThread.liveCount` is used as the 
condition. I do not know how to compare with the past value.
   Could you show me a example?


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


Reply via email to