关于大流量下MetricNode过多求教:可否降低日志落盘频率 #1843
Labels
area/logging
Issues or PRs related to logging of Sentinel
area/metrics
Issues or PRs related to metrics and monitoring
area/performance
Issues or PRs related to runtime performance
SCHEDULER.scheduleAtFixedRate(new MetricTimerListener(), 0, 1, TimeUnit.SECONDS);
这里定时器的时间能否配置化;降低下执行频率
List nodesOfEverySecond = rollingCounterInMinute.details();
// 未使用
rollingCounterInMinute.detailsOnCondition(timePredicate);
这里的timePredicate是指窗口开始时间吗? 能否弄成配置化
执行器的频率如果小于窗口的时间,收集度量信息到磁盘的效果与现在的是否相同?
The text was updated successfully, but these errors were encountered: