Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Customizable Refresh Intervals for Monitoring Metrics #2188

Closed
EvanderYang opened this issue Jul 4, 2024 · 1 comment · Fixed by #2718
Closed

[Task] Customizable Refresh Intervals for Monitoring Metrics #2188

EvanderYang opened this issue Jul 4, 2024 · 1 comment · Fixed by #2718
Assignees
Labels

Comments

@EvanderYang
Copy link

EvanderYang commented Jul 4, 2024

Description

The current system only allows setting a unified refresh interval for monitoring assets such as the processor, memory, and hard disk of the host. However, in practice, these metrics often require different refresh intervals; for example, disk monitoring may need to refresh every 60 seconds, while processor monitoring may need to refresh every 10 seconds.

To address this, we propose enhancing the monitoring template to allow custom refresh intervals for individual metrics. If a specific interval is not defined for a metric, it should default to the standard refresh interval set for the asset.
image

Monitor template
image

Task List

Task 1: Support Custom Refresh Intervals for Metrics in Monitoring Templates

Task 2: Support Default Refresh Intervals for Metrics in Monitoring Templates When Not Defined

@zuobiao-zhou
Copy link
Member

please assign to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment