prometheus / mysqld_exporter

Exporter for MySQL server metrics
http://prometheus.io/
Apache License 2.0
2.11k stars 745 forks source link

About mysql_global_status_slow_queries metrics #852

Open SKYWALKER-STAR opened 2 months ago

SKYWALKER-STAR commented 2 months ago

1. Host operating system

Linux n57 5.14.0-333.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 28 09:47:27 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

2. mysqld_exporter version

v0.15.1

3. About mysql_global_status_slow_queries

I Can find mysql_global_status_slow_queries in ./mysqld-mixin/dashboards/mysql-overview.json dashboard But Can't find it in $MYSQL_EXPORTER_HOME/collector directory or any where else

adepretis commented 1 month ago

@SKYWALKER-STAR that is part of SHOW GLOBAL STATUS - see: https://github.com/prometheus/mysqld_exporter/blob/dd8afce2a46663a5112e53469f53ca56d50a63e2/collector/global_status.go#L31