码迷,mamicode.com
首页 >  
搜索关键字:Prometheus    ( 626个结果
SpringBoot2配置prometheus浏览器访问404
背景:SpringBoot2的项目要配置 actuator + prometheus的健康检查,按照教程配置好之后再浏览器测试 http://localhost:port/prometheus 后404错误 项目pom文件添加; <!--actuator--> <dependency> <group ...
分类:编程语言   时间:2019-12-19 16:11:38    阅读次数:464
Prometheus 应用监控
本文讲述如何实现Prometheus的应用监控
分类:其他好文   时间:2019-12-18 17:40:19    阅读次数:303
kubernetes生态--交付prometheus监控及grafana炫酷dashboard到k8s集群
由于docker容器的特殊性,传统的zabbix无法对k8s集群内的docker状态进行监控,所以需要使用prometheus来进行监控: 什么是Prometheus? Prometheus是由SoundCloud开发的开源监控报警系统和时序列数据库(TSDB)。Prometheus使用Go语言开发 ...
分类:Web程序   时间:2019-12-17 20:54:54    阅读次数:348
kube-prometheus部署
一、从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 集群
`Prometheus Redis cluster exporter`。 负责采集指标,通过 暴露给 拉取。 则通过这些指标绘图展示数据。 收集的数据还会根据你设置的告警规则判断是否要发送给 , 则要判断是否要发出告警。 告警分为三个阶段 __Inactive__ 触发告警的规则会被发送到这来。 _ ...
分类:其他好文   时间:2019-12-17 11:54:46    阅读次数:657
prometheus node-exporter增加新的自定义监控项
项目中collector中新增加自己所需监控项即可 定义启动node-exporter是传入的参数 var ( phpEndPoint = kingpin.Flag("collector.phpfpm.endpoint", "phpfpm endPonit address.").Default("t ...
分类:其他好文   时间:2019-12-16 09:49:52    阅读次数:496
prometheus nginx-module-vts删除内存区数据
项目地址:https://github.com/vozlt/nginx-module-vts 删除所zone内存中的数据 curl localhost/status/control?cmd=delete&group=* ...
分类:其他好文   时间:2019-12-16 09:45:59    阅读次数:156
Prometheus 入门篇
本文主要讲述Prometheus基本概念以及Node exporter的监控
分类:其他好文   时间:2019-12-14 10:17:17    阅读次数:119
Kubernetes高级进阶之pod的自动扩容/缩容
目录:实践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+Prometheus+Exporter) GPE监控预警系统结构图 一: Grafana 1:简介 大规模指标数据的可视化展现,是网络架构和应用分析中最流行的时序数据展示工具、目前已经支持绝大部分常用的时序数据库。 Grafana支持许多不同的数据源。每个数据源都 ...
分类:其他好文   时间:2019-12-13 14:03:39    阅读次数:495
626条   上一页 1 ... 27 28 29 30 31 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!