随笔分类 - prometheus
prometheus
摘要:https://www.jianshu.com/p/f0987acb929a
阅读全文
摘要:serviceMonitor 是通过对service 获取数据的一种方式。 1. promethus operator可以通过serviceMonitor 自动识别带有某些 label 的service ,并从这些service 获取数据。 2. serviceMonitor 也是由promethu
阅读全文
摘要:"promethus监控mysql" 一、mysqld_exporter安装 下载页面 https://github.com/prometheus/mysqld_exporter/releases 下载最新版本 https://github.com/prometheus/mysqld_exporte
阅读全文
摘要:Metrics类型 在上一小节中我们带领读者了解了Prometheus的底层数据模型,在Prometheus的存储实现上所有的监控样本都是以time series的形式保存在Prometheus内存的TSDB(时序数据库)中,而time series所对应的监控指标(metric)也是通过label
阅读全文
摘要:https://yunlzheng.gitbook.io/prometheus-book/ https://songjiayang.gitbooks.io/prometheus/content/
阅读全文