images\cherry_red.png1 Prometheus
      images\cherry_blue.png1.1 监控系统设计
         images\cherry_orange.png1.1.1 框架结构
            images\cherry_cyan.png1.1.1.1 储存形式
            images\cherry_cyan.png1.1.1.2 服务发现
            images\cherry_cyan.png1.1.1.3 报警绘图
      images\cherry_blue.png1.2 监控系统部署
         images\cherry_orange.png1.2.1 启动参数
         images\cherry_orange.png1.2.2 配置文件
         images\cherry_orange.png1.2.3 node_exporter
      images\cherry_blue.png1.3 数据采集编写
         images\cherry_orange.png1.3.1 数据采集形式分类
         images\cherry_orange.png1.3.2 监控数据分析/算法
         images\cherry_orange.png1.3.3 监控稳定测试
      images\cherry_blue.png1.4 监控自动化
      images\cherry_blue.png1.5 监控图形化展示
         images\cherry_orange.png1.5.1 配置文件展示
      images\cherry_blue.png1.6 监控数据格式
         images\cherry_orange.png1.6.1 metrics
         images\cherry_orange.png1.6.2 k/v数据形式
         images\cherry_orange.png1.6.3 主动模式exporter
         images\cherry_orange.png1.6.4 被动模式pushgateway
      images\cherry_blue.png1.7 监控实例
         images\cherry_orange.png1.7.1 CPU使用率
            images\cherry_cyan.png1.7.1.1 公式拆分讲解
      images\cherry_blue.png1.8 函数
         images\cherry_orange.png1.8.1 increase
         images\cherry_orange.png1.8.2 sum
         images\cherry_orange.png1.8.3 by (instance)
         images\cherry_orange.png1.8.4 rate
         images\cherry_orange.png1.8.5 topk
         images\cherry_orange.png1.8.6 count
      images\cherry_blue.png1.9 标签
      images\cherry_blue.png1.10 监控数据采集脚本开发
pull 主动拉取相关数据
push 被动推送的形式



pull 安装各类已有的 exporters


pull 主动拉取
exporters 本身是 http_server 可以对http请求作出响应,返回数据(K/V metrics)
prometheus 用pull主动拉取访问每个节点exporter 并采样回需要的数据




push 被动接收采集数据

客户端(或服务端)安装pushgateway插件
使用运维开发各种脚本,把监控数据组织成 k/v metrics形式发送给pushgateway 在推送到prometheus