docker监控方案(prometheus+cAdvisor+Grafana)

参考地址:
https://www.cnblogs.com/skyflask/p/11148702.html

Prometheus+cAdvisor+Grafana组合

cAdvisor是专门用来采集数据的工具,也是google公司的一款开源产品,Grafana则是前端展示,支持多种数据源,定制非常灵活。而prometheus则作为数据源。

整体架构图如下:

docker监控方案(prometheus+cAdvisor+Grafana)_第1张图片

一、prometheus
1、Prometheus介绍
Prometheus(普罗米修斯)是一个最初在SoundCloud上构建的监控系统。自2012年成为社区开源项目,拥有非常活跃的开发人员和用户社区。为强调开源及独立维护,Prometheus于2016年加入云原生云计算

基金会(CNCF),成为继Kubernetes之后的第二个托管项目。

官网:https://prometheus.io
github地址:

你可能感兴趣的:(Rancher,docker,容器,运维,grafana,监控)