We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
监控数据的采集通过定时任务获取集群中各个节点的 info,您可以根据自己需求配置定时周期长短建议配置一分钟,具体代码位置: com.newegg.ec.cache.backend.monitor.RedisInfoSchedule.java @Scheduled(fixedRate = 1000 * 60)