其实云报警系统网站源码分享的问题并不复杂,但是又很多的朋友都不太了解云报警模块,因此呢,今天小编就来为大家分享云报警系统网站源码分享的一些知识,希望可以帮助到大家,下面我们一起来看看这个问题的分析吧!
使用Prometheus实践基于SpringBoot监控告警体系
第1章课程介绍
1-1课程引导(03:16)
–课程重点
-◆监控的意义.-◆MetricsDrivenDevelopment:MDD理念-◆CNCF第二个毕业项目Prometheus剖析-◆Prometheus+Grafana监控实战-◆SpringBoot2基于Prometheus支付场景监控与告警实战-◆Prometheus深度探讨
–课程特色
-◆深入浅出,通俗易懂,比喻和配图丰富形象-◆章节编排逻辑性强,知识非常系统,层层递进-◆代码用例丰富,几乎每个知识点都会用代码演示
第2章微服务与云原生背景下的监控图景
3-1Prometheus介绍和架构(12:38)
–Prometheust介绍
-◆Go语言实现-◆多维度(标签)-◆拉模式为主-◆黑盒白盒支持-◆单机性能强劲:上千targets,每秒百万级时间序列
–架构图
–整体流程
39;twant/needabackgroundserviceyoucanjustrun:\nprometheus–config.file=/usr/local/etc/prometheus.yml\n==>Summary\n/usr/local/Cellar/prometheus/2.26.0:21files,158.6MB
–启动
prometheus–config.file=/usr/local/etc/prometheus.yml
3-4Grafana环境搭建(03:55)
–环境搭建
-$cd&34;&&gitremoteset-urlorigin\n-https://git.coding.net/homebrew/homebrew.git\n-$cd$home&&brewupdate\n-清华镜像源:·git://mirrors.tuna.tsinghua.edu.cn/homebrew.git\n-中科大镜像源:http://mirrors.ustc.edu.cn/homebrew.git\n-搭建问题\n-解决brew报错:AnotheractiveHomebrewupdateprocessisalreadyinprogress\n-解决办法:rm-rf/usr/locai/var/homebrew/locks
–Mac安装完成
Tohavelaunchdstartgrafananowandrestartatlogin:\nbrewservicesstartgrafana\nOr,ifyoudon&3-5Grafana集成Prometheus实战(10:25)
–◆创建数据源
–◆创建dashboard
–◆创建Panel
–◆可视化大盘
第4章SpringBoot2.X集成Prometheus
4-2Promtheus分层监控结构实验(05:45)
–分级监控
-http://localhost:8080/actuator-http://localhost:8080/actuator/metrics-http://localhost:8080/actuator/metrics/tomcat.global.request.max
5-1Prometheus告警实战(06:29)
–Prometheus告警三个状态
-◆inactive:表示当前报警信息即不是firing状态也不是pending状态-◆pending:表示在设置的阈值时间范围内被激活的-◆firing:表示超过设置的阈值时间被激活的
–Prometheus
-1.Prometheusmr-2、超出持续时间-3.AlertManager-◆4、分组|抑制静默-◆5、媒体类型-6、邮件、钉钉、微信等告警
第6章Prometheus高级拓展
39;sSwitch-◆自监控,交叉监控-◆准确性与运维简易性的权衡
–Prometheus的九个坑
-◆先rate再sum,不能先sum再rate顺序问题牢记!-◆没有提供管理配置的API接口,PrometheusOperator-◆警报和历史趋势图标未必Match-◆集群存储方案
–三大架构和Thanos
-◆尽早干掉维度过高的坏指标,28原则-◆任何版本的Prometheus都不支持NFS-◆从2.0.0到2.14.0重大变迁说明-◆注意版本变迁,一些版本中是不可以降级的,比入DockerFile、WAL实现、存储BUG等-◆建议,尽量使用新版本,版本的升级和降级–定要谨慎。新功能的引入也同样会引|入风险。
第7章课程总结及后续学习方法分享
#参考资料
–[使用Prometheus实践基于SpringBoot监控告警体系](https://www.imooc.com/learn/1231)
-[阿里云Prometheus监控](https://help.aliyun.com/document_detail/122123.html)
OK,本文到此结束,希望对大家有所帮助。