https://gitzl.github.io/2018/11/30/prometheus/#more
监控方案涉及的关键问题
采集数据
存储数据
告警、展示数据
那么基于prometheus的监控方案是用什么技术实现?本文基于docker进行部署,目的以简单的demo快速了解prometheus监控方案的涉及的知识点以及流程。
本文介绍的内容
prometheus整体架构介绍
安装prometheus
安装grafana
安装alertmanager
grafana关联prometheus
pr