flume系列之:延迟检测指标org_apache_flume_channel_channel1_channelfillpercentage
一、flume的jmx指标
# HELP jmx_config_reload_failure_total Number of times configuration have failed to be reloaded.
# TYPE jmx_config_reload_failure_total counter
jmx_config_reload_failure_total 0.0
# HELP jmx_config_reload_success_total Number of times configuration have successfully been reloaded.
# TYPE jmx_config_reload_success_total counter
jmx_config_reload_success_total 0.0
# HELP org_apache_flume_sink_sink1_batchunderflowcount Attribute exposed for management (org.apache.flume.sink<type=sink1><>BatchUnderflowCount)
# TYPE org_apache_flume_sink_sink1_batchunderflowcoun

本文介绍了Flume的JMX延迟检测指标——org_apache_flume_channel_channel1_channelfillpercentage,重点讨论了channel的填充率及其对消费性能的影响。当channelfillpercentage接近100%,表明队列处理不及时,可能存在消费延迟问题,而大于5.0则可视为sink消费延迟的警告阈值。
订阅专栏 解锁全文
157

被折叠的 条评论
为什么被折叠?



