prometheus

Posted code1992

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了prometheus相关的知识,希望对你有一定的参考价值。

 

常见的监控报警提有zabbix,nagios等,这些都是硬件中间件层面的,国内用的多的是小米开发的open-falcon。随

着容器的普及的,迫切的需要能监控容器内部的状况和容器内部服务的信息,prometheus因时而生。

 

 

 

监控

传统的监控方式分为push和pull方式,prometheus的默认是pull的方式,在监控点暴露号对应的指标url之后,promethus会根据这些url进行拉取

 

 

 

 

 

 

 

 

参考:

prometheus 入门与思考

Prometheus 入门与实践(ibm)

以上是关于prometheus的主要内容,如果未能解决你的问题,请参考以下文章

Kubernetes(k8s)之在集群环境部署Prometheus(普罗米修斯监控)和集群的ui管理工具Grafana

Prometheus 安装

初识 prometheus

1-什么是 Prometheus

二进制安装Prometheus

Prometheus详解