随笔分类 - devops
摘要:参考:https://blog.csdn.net/chuchen4441/article/details/100756213 rate函数(速率函数) rate() 函数是专门搭配counter数据类型使用函数,功能是取counter在这个时间段中平均每秒的增量 1 获取网卡1m每秒流量平均(此时是
阅读全文
摘要:###引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>
阅读全文
摘要:###添加Pom依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <group
阅读全文
摘要:Prometheus操作指南 -- http://www.mianshigee.com/tutorial/prometheus-book/readme.md prometheus的数据类型介绍 -- https://blog.csdn.net/polo2044/article/details/832
阅读全文
摘要:特别注意:防止发送通知过快或频繁,导致警告通知轰炸 ###下载alertmanager 下载地址:https://prometheus.io/download/ 下载解压之后直接双击exe文件启动,打开 http://localhost:9093,等 prometheus配置之后重启等会, ###修
阅读全文
摘要:下载地址:https://github.com/prometheus/node_exporter/releases ###执行命令: ./node_exporter 启动之后,访问 http://10.0.0.70:9100/metrics ###修改prometheus.yml文件,加入任务,然后
阅读全文
摘要:###安装mysqld_exporter 去官网下载对应版本:https://prometheus.io/download/ ###创建my.cnf文件 [client] host=127.0.0.1 port=3306 user=root password=root ###创建 start.bat
阅读全文
摘要:###前言: dashboards模版id 7362 mysql 10467 监控物理机/虚拟机(windows) 8919 监控物理机/虚拟机(linux) 9614 nginx 12856 spring boot 监控容器 推荐ID 3146 8685 10000 8588 315 监控协议ht
阅读全文
摘要:###1.准备工作 prometheus 和 InfluxDB 都是 时序数据库,都可以在程序中埋点监控 官网地址:https://prometheus.io/download/ 官网地址:https://grafana.com/grafana/download prometheus github地
阅读全文

浙公网安备 33010602011771号