Prometheus+Grafana监控Docker容器
一、监控系统概述
cAdvisor (Container Advisor) :用于收集正在运行的容器资源使用和性能信息。
开源地址:https://github.com/google/cadvisor
Prometheus(普罗米修斯):容器监控系统。
官网地址:https://prometheus.io
开源地址:https://github.com/prometheus
Grafana:是一个开源的度量分析和可视化系统。
开源地址:https://grafana.com/grafana
cAdvisor (采集所有容器资源利用率,部署在每个docker主机上)->Prometheus(收集与存储)->Grafana(可视化展示)
原文 https://www.ucloud.cn/yun/128125.html