如何使用 prometheus 查找容器的状态?
Posted
技术标签:
【中文标题】如何使用 prometheus 查找容器的状态?【英文标题】:How to find the status of a container using prometheus? 【发布时间】:2021-05-30 02:17:47 【问题描述】:我想使用 cadvisor 和 prometheus 获取容器的状态。 我知道我可以使用
time() - container_start_time_secondsname="container_name"
有什么方法可以找到容器的状态吗?
【问题讨论】:
【参考方案1】:你可以在 PromQL 上做up
1 表示向上,0 表示向下。
【讨论】:
以上是关于如何使用 prometheus 查找容器的状态?的主要内容,如果未能解决你的问题,请参考以下文章
容器云平台监控告警体系—— Golang应用接入Prometheus
如何用Prometheus监控十万container的Kubernetes集群
prometheus作为监控,如何计算kubernetes中容器的cpu使用率?