03 2021 档案

摘要:目的:给我们项目的微服务应用都加上监控告警。在这之前你需要将 Spring Boot Actuator引入 本章主要介绍 如何集成监控告警系统Prometheus 和图形化界面Grafana 如何自定义监控指标 Prometheus 如何集成 Alertmanager 进行告警 基本概念 Prome 阅读全文
posted @ 2021-03-23 16:02 香菜哥哥 阅读(421) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2021-03-10 23:32 香菜哥哥 阅读(0) 评论(0) 推荐(0) 编辑
摘要:linux 服务开机自启动systemd方式 (Centos7) 1、编写一个 /opt/hello.sh 脚本 [root@jws-ftp prometheus]# cat /opt/hello.sh #!/bin/bash while true do echo hello world >> /t 阅读全文
posted @ 2021-03-01 14:28 香菜哥哥 阅读(1006) 评论(0) 推荐(0) 编辑