代码改变世界

alertmanager,grafana,prometheus

2019-08-09 20:06  ZealouSnesS  阅读(279)  评论(0编辑  收藏  举报

https://zhuanlan.zhihu.com/p/43637757

https://www.cnblogs.com/xiangsikai/p/11289966.html

 

dashboard分文件夹

 

自定义prometheus exporter 数据类型:https://prometheus.io/docs/concepts/metric_types/

值类型只能为float,不能为文本:https://github.com/prometheus/prometheus/issues/2227

自定义exporter:

https://songjiayang.gitbooks.io/prometheus/content/exporter/sample.html

 

prometheus pod采集 所在node根目录的disk占用:

https://github.com/coreos/prometheus-operator/issues/677

 

promql