发布时间:2020-03-27 10:21:57编辑:admin阅读(3039)
cAdvisor(Container Advisor)用于收集正在运行的容器资源使用和性能信息。
使用Prometheus监控cAdvisor
cAdvisor将容器统计信息公开为Prometheus指标。
默认情况下,这些指标在/metrics HTTP端点下提供。
可以通过设置-prometheus_endpoint命令行标志来自定义此端点。
要使用Prometheus监控cAdvisor,只需在Prometheus中配置一个或多个作业,这些作业会在该指标端点处刮取相关的cAdvisor流程。
使用文档:https://github.com/google/cadvisor
图表模板:https://grafana.com/dashboards/193
运行单个cAdvisor来监控整个Docker主机,被监控端安装完Docker后,添加启动cAdvisor容器
docker run \ --volume=/:/rootfs:ro \ --volume=/var/run:/var/run:ro \ --volume=/sys:/sys:ro \ --volume=/var/lib/docker/:/var/lib/docker:ro \ --volume=/dev/disk/:/dev/disk:ro \ --publish=8080:8080 \ --detach=true \ --name=cadvisor \ --restart=always \ google/cadvisor:latest
修改配置文件prometheus.yml,最后一行添加
- job_name: 'docker' static_configs: - targets: ['192.168.31.138:8080'] labels: instance: docker测试修改配置文件后,重启prometheus
访问prometheus targets,确保是up状态
推荐图标ID:https://grafana.com/dashboards/193
输入导入图标ID等待3秒弹出如下,修改后保存
查看图标监控仪表盘
但是这个模板,无法选择根据主机选择。推荐另外一个模板,它是可以选择主机的。
https://grafana.com/grafana/dashboards/10566
本文参考链接:
https://www.cnblogs.com/xiangsikai/p/11289518.html
上一篇: gitlab迁移单个项目
47745
46237
37110
34627
29229
25886
24745
19863
19417
17909
5716°
6316°
5836°
5888°
6985°
5829°
5846°
6361°
6316°
7673°