GitHub Advanced Security Enterprise-grade security features Copilot for business Enterprise-grade AI features Premium Support Enterprise-grade 24/7 support Pricing Search or jump to... Search code, reposito
module github.com/prometheus/mysqld_exporter go 1.18 require ( github.com/DATA-DOG/go-sqlmock v1.5.2 github.com/alecthomas/kingpin/v2 v2.4.0 github.com/go-kit/log v0.2.1 github.com/go-sql-driver/mysql v1.7.1 github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.co...
重新编译mysqld_exporter0.10 截止本人实验时候,github上面提供的最新版的普罗米修斯 mysqld_exporter 版本为 0.10.0 , 添加了pt-heartbeat的结合,同时也加入了对mariadb采集的支持(增加了命令show all slaves status)。 将新版的mysqld_exporter-0.10.0 部署到mysql机器上没过多久,业务方反馈ELK里面出现一堆的error...
mysqld_exporter-0.15.1.linux-amd64/NOTICE 将解压后端文件移动到/opt/app的目录下,并且修改目录下所以文件的权限给当前用户,我这里是root用户 [root@master tgz]# mv /opt/tgz/mysqld_exporter-0.15.1.linux-amd64 /opt/app/mysqld_exporter-0.15.1[root@master tgz]# cd /opt/app/[root@master app]#...
https://github.com/prometheus/mysqld_exporter mysqld_exporter 其支持的版本: MySQL >= 5.6. MariaDB >= 10.1 2、构建 sidecar 这里通过 mysqld_exporter 的服务来监控 MySQL 服务,我们以 sidecar 的形式和主应用部署在同一个 Pod 中,比如我们这里来部署一个 MySQL,并用 mysqld_exporter 的方式来采集监控...
master superq/check_query makefile_common release-0.12 superq/test bjk/collect_doc release-0.11 superq/0.11.0-rc superq/slow_log_readme superq/fix_races bjk/types v0.12.1 v0.12.0 v0.11.0 v0.10.0 v0.9.0 0.8.1 0.8.0 0.7.1 ...
1、安装mysql_exporter [root@mysqld ~]# wget https://github.com/prometheus/mysqld_exporter/releases/download/v0.12.1/mysqld_exporter-0.12.1.linux-amd64.tar.gz[root@mysqld ~]# tar xf mysqld_exporter-0.12.1.linux-amd64.tar.gz -C /usr/local/[root@mysqld ~]# ln -sv /usr/local/mys...
https://github.com/prometheus/mysqld_exporter/archive/refs/heads/main.zip 本次测试先是按照github文档使用make进行编译,但是过程比较痛苦,没搞成功,后来直接换成go build,不过也遇到了如下的问题,仅供参考。 编译环境不能访问github,会导致依赖包下载失败,建议使用goproxy,即go build 前先配置GOPROXY变量的配置【...
Add github issue template. (#225) 8年前 collector Add collector for replication_group_members (#459) 5年前 vendor Switch to go-kit for logs. 6年前 .gitignore New release process using docker, circleci and a centralized building tool ...
https://github.com/prometheus/mysqld_exporter/archive/refs/heads/main.zip 本次测试先是按照github文档使用make进行编译,但是过程比较痛苦,没搞成功,后来直接换成go build,不过也遇到了如下的问题,仅供参考。 编译环境不能访问github,会导致依赖包下载失败,建议使用goproxy,即go build 前先配置GOPROXY变量的配置【...