随笔分类 - prometheus
摘要:之前线上监控的agent都是直接 time.Sleep(time.Duration(collectInterval) * time.Second) ,多少有些许的low,每次开始采集数据的时间都是从程序开始执行就开始采集,很显然这种偷懒的方式是不合理的。 1、简单复制粘贴一下 func AbNorm
阅读全文
摘要:遇到的两个问题 1、发现通过pgw推送的metric在不继续推送监控数据时,prometheus仍然在更新数据 2、通过pgw推送metric都被覆盖了 问题一的解决方式 1)查看文档:https://prometheus.io/docs/practices/pushing/ When monito
阅读全文
摘要:一、pgw的无默认值监控项 1、prometheus的配置文件 global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_inte
阅读全文
摘要:1、一对一 process_open_fds{job="canal-exporter"} process_open_fds{agent_id="agent-bfey9gbj", instance="10.8.42.145:11112", job="canal-exporter"}process_op
阅读全文