随笔分类 - 监控
摘要:https://github.com/VictoriaMetrics/VictoriaMetrics https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html wget https://github.com/Victori
阅读全文
摘要:联邦配置 Prometheus性能足够支撑上万台规模的集群,有非常高效的时间序列数据存储方法,每个采样数据仅仅占用3.5byte左右空间,上百万条时间序列,30秒间隔,保留60天,大概200多G空间 @本地存储简介 默认情况下,Prometheus将采集到的数据存储在本地的TSDB数据库中,默认路径
阅读全文
摘要:一,prometheus在k8s中部署 1,创建命名空间 root@slave001:/apps# kubectl create ns monitoring namespace/monitoring created 2,k8s每个节点部署cadvisor 8080 root@master001:~/
阅读全文
摘要:采集-存储-展示-通知 开源方案 prometheus 使用时序数据库,在容器微服务领域应用,key-value多维度保存数据,数据查询语句强大,支持图形界面grafana,go语言开发 open-falcon 小米 Nightingale 夜莺 滴滴基于open-falcon二次开发 https:
阅读全文
摘要:一,二进制安装prometheus 官方下载二进制 https://prometheus.io/download/ 1,prometheus-2.30.3.linux-amd64.tar.gz root@pro182:/apps# ln -sv /apps/prometheus-2.30.3.lin
阅读全文