prometheus监控介绍
prometheus监控介绍 一、什么是监控 监控===监测+控制 生活中的监控:事故追责 运维中的监控:事后追责,事前预警,性能分析,实时报警 二、为什么要监控 监控是整个产品周期中最重要的一环,及时预警减少故障避免影响扩大,根据历史数据可以追溯问题根源,并且分析监控数据,可以找出用户体验优化方案。 随着用户的增多,服务随时可能会被系统oom(o…
prometheus安装
promethus安装 一、安装 1、下载软件包 [root@promethus ~]# mkdir /prometheus [root@promethus /opt]# cd /prometheus/ [root@promethus /prometheus]# wget https://github.com/prometheus/promethe…
监控远程linux主机
一、prometheus基础使用 1、访问 http://192.168.15.120:9090/ 2、查看监控的主机 默认只监控了本机一台,点Status -->点Targets -->可以看到只监控了本机。 3、查看监控数据 通过http://服务器IP:9090/metrics可以查看到监控的数据,在web主界面可以通过关键字查询…