摘要: Prometheus 的核心,多维数据模型 传统监控工具统计数据方式 指标多 Prometheus多维数据模型 定义多列,通过PromQL来组合数据,聚合能力超强悍. 比如对于前面 webapp1 的三条取样数据,转换成 Prometheus 多维数据将变成: 后面三列 container_name 阅读全文
posted @ 2018-01-09 17:29 _毛台 阅读(989) 评论(0) 推荐(0) 编辑
摘要: https://github.com/prometheus/prometheus Architecture overview Prometheus Server Prometheus Server 负责从 Exporter 拉取和存储监控数据,并提供一套灵活的查询语言(PromQL)供用户使用。 E 阅读全文
posted @ 2018-01-09 16:22 _毛台 阅读(4144) 评论(0) 推荐(0) 编辑