JelfPann opened a new issue #6985:
URL: https://github.com/apache/skywalking/issues/6985
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ √] Question or discussion
- [ ] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
___
### Question
- How to implement a metric which is computed by previous collected data?
- For example, at time T, the JVM thread count is 10, and at time T-1, the
JVM thread count is 5,
what I want to compute is the increment of the JVM thread count, which is 5
computed by 10 subtracts 5.
We want to use the metric of the increment of the JVM thread count to do
alarm behaviors.
--
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]