hertzbeat icon indicating copy to clipboard operation
hertzbeat copied to clipboard

[feature] Support custom refresh intervals for each group of metrics

Open zuobiao-zhou opened this issue 7 months ago • 2 comments

What's changed?

close https://github.com/apache/hertzbeat/issues/2188

Support custom refresh intervals for each group of metrics. The specific implementation is as follows:

  1. Construct a cycle of job refresh interval list based on the refresh intervals of each metric.
  2. When the job dispatches, select metrics that are due for refresh to form priorMetrics.

Implementation result: image image image

Checklist

  • [x] I have read the Contributing Guide
  • [x] I have written the necessary doc or comment.
  • [x] I have added the necessary unit tests and all cases have passed.

zuobiao-zhou avatar Jul 11 '24 11:07 zuobiao-zhou