0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java8,150 forks (8,150 forks)batch import
area/dashboardgood first issuekind/enhancement
Repository metrics
- Stars
- 23,109 stars (23,109 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
dashboard实时监控的时间跨度在代码中hard code了,是否可以搞成配置化,可以让用户进行配置。

Contributor guide
- Research direction
- Locate the hardcoded time span in the dashboard code, then implement a configuration mechanism (e.g., application properties, environment variable, or UI setting) to allow users to customize it.
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- None