We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uname -a
Linux c2 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
mysqld_exporter --version
mysqld_exporter, version 0.14.0 (branch: HEAD, revision: ca1b9af) build user: root@401d370ca42e build date: 20220304-16:25:15 go version: go1.17.8 platform: linux/amd64
5.7.38-log
/data/prometheus/mysqld_exporter/mysqld_exporter --config.my-cnf=/data/prometheus/mysqld_exporter/my.cnf --collect.auto_increment.columns --collect.binlog_size --collect.engine_innodb_status --collect.slave_hosts --collect.slave_status --collect.info_schema.processlist --collect.info_schema.innodb_metrics --collect.mysql.user --collect.heartbeat.table=heartbeat
mysql_global_variables_slave_skip_errors just support 1032 or 1062,not support slave-skip-errors=1062,1032 in my.cnf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Host operating system: output of
uname -a
Linux c2 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
mysqld_exporter version: output of
mysqld_exporter --version
mysqld_exporter, version 0.14.0 (branch: HEAD, revision: ca1b9af)
build user: root@401d370ca42e
build date: 20220304-16:25:15
go version: go1.17.8
platform: linux/amd64
MySQL server version
5.7.38-log
mysqld_exporter command line flags
/data/prometheus/mysqld_exporter/mysqld_exporter --config.my-cnf=/data/prometheus/mysqld_exporter/my.cnf
--collect.auto_increment.columns
--collect.binlog_size
--collect.engine_innodb_status
--collect.slave_hosts
--collect.slave_status
--collect.info_schema.processlist
--collect.info_schema.innodb_metrics
--collect.mysql.user
--collect.heartbeat.table=heartbeat
What did you do that produced an error?
mysql_global_variables_slave_skip_errors just support 1032 or 1062,not support slave-skip-errors=1062,1032 in my.cnf
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: