摘要: 下载安装包 https://prometheus.io/download/ # Prometheus 选择LTS版本下载 https://github.com/prometheus/prometheus/releases/download/v2.53.2/prometheus-2.53.2.linu 阅读全文
posted @ 2018-11-30 23:32 Anliven 阅读(2273) 评论(0) 推荐(0) 编辑
摘要: Exporter 在 Prometheus 核心组件中,监控样本数据的收集都是由 Exporter 完成。 Prometheus 服务器只需定时从这些 Exporter 提供的 HTTP 服务获取监控数据。 最终直观地通过Prometheus Web UI 浏览采集到的各类监控数据。 简而言之,Ex 阅读全文
posted @ 2018-11-30 00:34 Anliven 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 创建DevOps测试环境 使用 Docker 安装便于快速部署和测试 在生产环境应通过 RPM 包或者基于 Kubernetes 部署的方式,使数据库与容器分离 系统环境信息 # uname -a Linux node100 5.14.0-427.31.1.el9_4.x86_64 #1 SMP P 阅读全文
posted @ 2018-11-30 00:19 Anliven 阅读(649) 评论(0) 推荐(0) 编辑
摘要: Grafana 开源的跨平台监控可视化工具,采用Go语言编写。 简易的图表配置,丰富的插件,支持多数据源,支持多用户角色的权限管理,可以进行深度定制。 https://grafana.com/ https://grafana.com/zh-cn/grafana/ https://grafana.co 阅读全文
posted @ 2018-11-30 00:12 Anliven 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Alertmanager Docs https://prometheus.io/docs/alerting/ Download https://prometheus.io/download/#alertmanager Routing tree editor https://www.prometheu 阅读全文
posted @ 2018-11-30 00:08 Anliven 阅读(310) 评论(0) 推荐(0) 编辑