概述
- 本文采用helm安装Prometheus+Grafana
- 配置alertmanager及告警规则实现邮件报警。
- 其中所采用的helm仓库及chart包如下所示:
# helm仓库
grafana: https://grafana.github.io/helm-charts
prometheus-community: https://prometheus-community.github.io/helm-charts
# chart包
grafana/grafana
prometheus-community/prometheus
准备工作
安装helm
- 项目地址:http...