前面我们介绍了Prometheus的作用和整体的架构,相信大家对Prometheus有了一定的了解。 具体可以查看这篇文章:https://mp.weixin.qq.com/s/QoAs0-AYy8krWTa3HbmJZA 今天着重介绍下如何在项目中将Prometheus用起来,结合漂亮的图表做数据 ...
分类:
编程语言 时间:
2021-02-02 10:53:55
阅读次数:
0
一、 安装go 1、 解压安装 tar -C /usr/local/ -xvf go1.15.6.linux-amd64.tar.gz 2、 配置环境变量 vi /etc/profile export PATH=$PATH:/usr/local/go/bin source /etc/profile ...
分类:
其他好文 时间:
2021-01-20 11:49:11
阅读次数:
0
注:使用kube-prometheus安装非常方便,前面的prometheus+grafana+metrics-server都不用安装,已经集成在里面。 1、clone github地址 git clone https://github.com/coreos/kube-prometheus.git ...
分类:
Web程序 时间:
2021-01-14 11:25:19
阅读次数:
0
前言 整体来看,kube-state-metrics是为prometheus采集k8s资源数据的exporter。prometheus 的exporter任务是将和业务相关的数据指标转换成prometheus的数据模型,当然prometheus 为这种转换提供了方法。 kube-state-metr ...
分类:
其他好文 时间:
2021-01-13 11:20:24
阅读次数:
0
ELB单维度查询条件:{"namespace":"SYS.ELB","dimensions":[{"lbaas_instance_id":["373b1e50-a1a5-4ca2-94a1-d8fde3787e50"]}],"resourceId":"373b1e50-a1a5-4ca2-94a1- ...
分类:
其他好文 时间:
2021-01-04 10:34:38
阅读次数:
0
1、Prometheus概述 2、Prometheus部署 2.1、创建名称空间prom 2.2、部署node_exporter 2.3、部署prometheus-server 2.4、部署kube-sate-metrics 2.5、制作证书 2.6、部署k8s-prometheus-adapter ...
分类:
其他好文 时间:
2020-12-19 12:38:51
阅读次数:
1
https://mp.weixin.qq.com/s?__biz=MzA3MTQxNDk3NQ==&mid=2650861392&idx=1&sn=205d5f9b95c7a5fcc92da7d123b2ef2e&chksm=84d9aa80b3ae23960219e40455f234425225b ...
分类:
其他好文 时间:
2020-12-19 12:00:18
阅读次数:
2
概述继上一篇Thanos部署与实践发布半年多之后,随着技术的发展,本系列又迎来了一次更新。本文将介绍如何结合Kvass与Thanos,来更好的实现大规模容器集群场景下的监控。有Thanos不够吗?有同学可能会问,Thanos不就是为了解决Prometheus的分布式问题么,有了Thanos不就可以实现大规模的Prometheus监控了吗?为什么还需要个Kvass?Thanos解决了Promethe
分类:
其他好文 时间:
2020-12-14 13:19:57
阅读次数:
2
前言 prometheus 和 loki的基础概念就不赘述了,如需查看请先移步到官网 prometheus → https://prometheus.io/ loki → https://grafana.com/oss/loki/ 要解决的问题 之前测试环境搭建Loki采集日志没有设置ERROR级别 ...
分类:
其他好文 时间:
2020-12-07 12:42:03
阅读次数:
9
一 环境准备 pip install flask pip install --ignore-installed PyYAML pip install prometheus_client 二 包引入 from prometheus_client import Gauge from prometheus ...
分类:
其他好文 时间:
2020-12-02 12:18:57
阅读次数:
5