infosushant1 commented on issue #4025: URL: https://github.com/apache/hertzbeat/issues/4025#issuecomment-3919428762
Hi @anusha975, thanks for offering to help — really appreciate it! Let’s start with abnormal monitor filtering logic + basic statistical summarization (max / avg / trend) as the first sub-task. These are core building blocks for the daily health report and easy to review in a small PR. Suggested scope for the initial PR: Add a utility/service to fetch last 24h monitor metrics Implement abnormal filtering (configurable thresholds for CPU, memory, latency, etc.) Add summarization helpers (max / avg / simple trend) Unit tests for the above I’ll draft a short design note for this part and open an initial PR for feedback. If you have any preference on threshold definitions or existing utilities I should reuse, please let me know. Thanks again! -- 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: notifications-unsubscr...@hertzbeat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
