
Prometheus
文章平均质量分 68
givenchy_yzl
早安
午安
晚安
——一个不配拥有晚安的追梦人
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
容器化部署Prometheus
[root@k8s-master-01 ~]# wget https://github.com/prometheus-operator/kube-prometheus/archive/refs/tags/v0.7.0.tar.gz [root@k8s-master-01 ~]# tar -xf v0.7.0.tar.gz [root@k8s-master-01 ~]# cd kube-prometheus-0.7.0/manifests/setup [root@k8s-master-01 setup]# k原创 2021-08-24 19:58:53 · 307 阅读 · 0 评论 -
Prometheus 安装、部署、出图(使用grafana)
一、Prometheus安装与部署 安装服务端 # 下载安装包 [root@promethus ~]# mkdir /prometheus [root@promethus /opt]# cd /prometheus/ [root@promethus /prometheus]# wget https://github.com/prometheus/prometheus/releases/download/v2.25.0/prometheus-2.25.0.linux-amd64.tar.gz # 解压 [r原创 2021-08-20 11:46:21 · 2320 阅读 · 0 评论 -
Prometheus详解
一、prometheus 介绍 因为Prometheus的高扩展性、高性能、生态好,部署复杂度低,所以这里我们主要讲Prometheus Prometheus是最初在SoundCloud上构建的开源系统监视和警报工具包 。自2012年成立以来,许多公司和组织都采用了Prometheus,该项目拥有非常活跃的开发人员和用户社区。现在,它是一个独立的开源项目,并且独立于任何公司进行维护。为了强调这一点并阐明项目的治理结构,Prometheus 在2016年加入了 Cloud Native Computing F原创 2021-08-20 10:02:06 · 1195 阅读 · 0 评论 -
Linux监控详解
什么是监控? 监控===监测+控制 生活中的监控:事故追责 运维中的监控:事后追责,事前预警,性能分析,实时报警 为什么要使用监控 监控是整个产品周期中最重要的一环,及时预警减少故障避免影响扩大,根据历史数据可以追溯问题根源,并且分析监控数据,可以找出用户体验优化方案。 随着用户的增多,服务随时可能会被系统oom(out of memory内存溢出) 后果:kill -9 mysql 如何判断?,web服务是因为用户访问过多,达到了瓶颈? 还是程序代码bug导致的,内存过多?原创 2021-08-19 18:39:42 · 331 阅读 · 0 评论