Skip to content

Deprecated 1.x 监控数据的采集

Jay edited this page Apr 9, 2020 · 1 revision

监控数据的采集

监控数据的采集通过定时任务获取集群中各个节点的 info,您可以根据自己需求配置定时周期长短建议配置一分钟,具体代码位置:
com.newegg.ec.cache.backend.monitor.RedisInfoSchedule.java
@Scheduled(fixedRate = 1000 * 60)

Clone this wiki locally