
Prometheus
夏笙
这个作者很懒,什么都没留下…
展开
-
mysql监控(mysqld_exporter+prometheus+grafana)
本文是根据OCP作者的文档 自己的部署过程记录文档如有需要请自己购买文档1.mysqld_exporter安装https://github.com/prometheus/mysqld_exporter/releases/download/v0.10.0/mysqld_exporter-0.10.0.linux-amd64.tar.gztar -xvf mysqld_exporter-0....原创 2020-04-10 17:51:44 · 2348 阅读 · 0 评论 -
Prometheus和Alertmanager 的安装与配置
本人配置的时候 观看了很多配置的文章 以下只是自己的配置笔记这是比较有帮助的文章https://www.cnblogs.com/anay/p/11871018.htmlhttps://blog.youkuaiyun.com/aixiaoyang168/article/details/98474494Prometheus下载地址https://prometheus.io/download/ta...原创 2020-04-16 15:45:28 · 1707 阅读 · 0 评论 -
Prometheus对Springboot 项目进行监控
关于Prometheus的安装 请看我的其他的文章 或者自行百度关于被监控项目的配置引入pom.xml <!--配置Prometheus的监控--> <dependency> <groupId>org.springframework.boot</groupId> <ar...原创 2020-04-13 09:52:34 · 655 阅读 · 0 评论