zuobiao-zhou opened a new pull request, #2252: URL: https://github.com/apache/hertzbeat/pull/2252
## What's changed? <!-- Describe Your PR Here --> close https://github.com/apache/hertzbeat/issues/2188 **Support custom refresh intervals for each group of metrics. The specific implementation is as follows**: Within a `monitor`, `metrics` with `different refresh intervals` are divided into `different jobs`. If a group's metrics do not have a custom refresh interval set, the default refresh interval specified during the monitor's creation will be used. Implementation result:    ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [x] I have written the necessary doc or comment. - [x] I have added the necessary unit tests and all cases have passed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
