cadvisor 与 Prometheus 集成
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cadvisor 与 Prometheus 集成相关的知识,希望对你有一定的参考价值。
参考技术A 在上一篇文章 容器监控之 cadvisor 已经介绍了如何通过 cadvisor 来收集容器的运行状态信息,那这篇文章将具体讲解如何与 Prometheus 集成并通过 Prometheus 查看收集的数据。主要内容:
Step1: 修改 Prometheus 配置信息,添加 cadvisor 访问地址:
Step2: 重新加载配置,访问 http://localhost:9090/targets 你将看到新加的 cadvisor 已经生效。
Step3: 此时访问 Prometheus 的 graph 页面 http://localhost:9090/graph ,搜索 container 你将看到容器相关数据。
CPU 使用率查询:
内存使用量:
网络入口流量
网络出口流量
磁盘使用量:
51reboot K8s课程11.9日,详情WeChat;17812796384 去了解
以上是关于cadvisor 与 Prometheus 集成的主要内容,如果未能解决你的问题,请参考以下文章
使用 cAdvisor 和 Prometheus 监控未命名容器
#yyds干货盘点# Prometheus Exporter cAdvisor
我们如何在 prometheus 中导出 cadvisor 指标
cAdvisor+Prometheus+Grafana监控docker