背景:SpringBoot2的项目要配置 actuator + prometheus的健康检查,按照教程配置好之后再浏览器测试 http://localhost:port/prometheus 后404错误 项目pom文件添加; <!--actuator--> <dependency> <group ...
分类:
编程语言 时间:
2019-12-19 16:11:38
阅读次数:
464
由于docker容器的特殊性,传统的zabbix无法对k8s集群内的docker状态进行监控,所以需要使用prometheus来进行监控: 什么是Prometheus? Prometheus是由SoundCloud开发的开源监控报警系统和时序列数据库(TSDB)。Prometheus使用Go语言开发 ...
分类:
Web程序 时间:
2019-12-17 20:54:54
阅读次数:
348
一、从git拉取相应yaml文件 git clone https://github.com/coreos/kube-prometheus.git 二、修改grafana及prometheus的service(nodeport模式) grafana-service.yaml和prometheus-se ...
分类:
其他好文 时间:
2019-12-17 20:31:18
阅读次数:
153
`Prometheus Redis cluster exporter`。 负责采集指标,通过 暴露给 拉取。 则通过这些指标绘图展示数据。 收集的数据还会根据你设置的告警规则判断是否要发送给 , 则要判断是否要发出告警。 告警分为三个阶段 __Inactive__ 触发告警的规则会被发送到这来。 _ ...
分类:
其他好文 时间:
2019-12-17 11:54:46
阅读次数:
657
项目中collector中新增加自己所需监控项即可 定义启动node-exporter是传入的参数 var ( phpEndPoint = kingpin.Flag("collector.phpfpm.endpoint", "phpfpm endPonit address.").Default("t ...
分类:
其他好文 时间:
2019-12-16 09:49:52
阅读次数:
496
项目地址:https://github.com/vozlt/nginx-module-vts 删除所zone内存中的数据 curl localhost/status/control?cmd=delete&group=* ...
分类:
其他好文 时间:
2019-12-16 09:45:59
阅读次数:
156
本文主要讲述Prometheus基本概念以及Node exporter的监控
分类:
其他好文 时间:
2019-12-14 10:17:17
阅读次数:
119
目录:实践1:基于autoscalingcpu指标的扩容与缩容实践2:基于prometheus自定义指标QPS的扩容与缩容Pod自动扩容/缩容(HPA)HorizontalPodAutoscaler(HPA,Pod水平自动伸缩),根据资源利用率或者自定义指标自动调整replicationcontroller,deployment或replicaset,实现部署的自动扩展和缩减,让部署的规模接近于实
分类:
Web程序 时间:
2019-12-13 23:46:45
阅读次数:
161
GPE监控预警系统(Grafana+Prometheus+Exporter) GPE监控预警系统结构图 一: Grafana 1:简介 大规模指标数据的可视化展现,是网络架构和应用分析中最流行的时序数据展示工具、目前已经支持绝大部分常用的时序数据库。 Grafana支持许多不同的数据源。每个数据源都 ...
分类:
其他好文 时间:
2019-12-13 14:03:39
阅读次数:
495