https://blog.csdn.net/hfut_wowo/article/details/78536022

1、参考这篇博文
2、博主的用的是windows版本 prometheus-2.5.0-rc.2.windows-amd64,mysqld_exporter-0.11.0.windows-amd64

3、prometheus和mysqld_exporter下载地址   https://prometheus.io/download/#mysqld_exporter

下载后mysqld_exporter 没有.my.cnf

手动新建一个内容如下

[client]
host=127.0.0.1
user=root
password=root

4、修改prometheus.yml 文件如下

# my global config
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
# scrape_timeout is set to the global default (10s). # Alertmanager configuration
alerting:
alertmanagers:
- static_configs:
- targets:
# - alertmanager:9093 # Load rules once and periodically evaluate them according to the global 'evaluation_interval'.
rule_files:
# - "first_rules.yml"
# - "second_rules.yml" # A scrape configuration containing exactly one endpoint to scrape:
# Here it's Prometheus itself.
scrape_configs:
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
- job_name: 'prometheus' # metrics_path defaults to '/metrics'
# scheme defaults to 'http'. static_configs:
- targets: ['localhost:9090'] - job_name: mysql
static_configs:
- targets: ['localhost:9104']
labels:
instance: mydb

5、其他步骤同上面博文连接所述

6、spring boot集成prometheus

https://dzone.com/articles/creating-visualization-in-grafana

最新文章

  1. niginx 负载均衡
  2. 2016-7-15(1)使用gulp构建一个项目
  3. 【分布式协调器】Paxos的工程实现-cocklebur选举
  4. Delphi面向对象的方法
  5. 解决ADB端口占用问题
  6. python 图实现
  7. 剑指offer-17题
  8. TP复习7
  9. 作为平台的Windows PowerShell(二)
  10. absolut绝对定位的非绝对定位用法
  11. CCNA实验(8) -- PPP &amp; HDLC
  12. mysql中的coalesce用法
  13. javaWeb事务
  14. Windows Server 2008 R2 修改远程桌面服务RDP默认端口及相应的防火墙配置
  15. SqlSugar GridView aspnetpager 分页排序
  16. dubbo常用网址
  17. Java ,python面向对象的继承及其区别
  18. python递归的例子
  19. CentOS “/lib64/libc.so.6: version `GLIBC_2.14′ not found”系统glibc版本太低
  20. 《转》windows下通过cmd切换python2和python3版本

热门文章

  1. Linux磁盘根目录满了问题解析
  2. (转)Quirks模式与standards模式区别
  3. vagrant教程
  4. Perl的Notepad++环境配置
  5. Android学习总结(十三) ———— ListView 简单用法
  6. zust_第二周——瞎扯系列
  7. 电脑上文件的后缀名被隐藏,把一个文本文件改成.bat时,默认打开的还是文本。
  8. ubuntu frp 自编译。本文不能按顺序来 请自己理解
  9. 【转】Java重构-策略模式、状态模式、卫语句
  10. java在线聊天项目1.3版 ——设计好友列表框功能