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
Ubuntu 18.04
mysqld_exporter --version
0.16.0
5.7.42
--collect.auto_increment.columns --collect.binlog_size --collect.global_status --collect.global_variables --collect.info_schema.innodb_metrics --collect.info_schema.processlist --collect.info_schema.query_response_time --collect.info_schema.tables --collect.info_schema.tablestats --collect.info_schema.userstats --collect.info_schema.clientstats --collect.perf_schema.eventsstatements --collect.perf_schema.eventswaits --collect.perf_schema.file_events --collect.mysql.user --collect.slave_status
I ran the exporter with the mentioned flags
I expected to see metrics like mysql_perf_schema_events_statements_seconds_total
This specific metric: mysql_perf_schema_events_statements_seconds_total, wasn't scraped. P.S. It works fine in 0.15.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Host operating system: output of
uname -a
Ubuntu 18.04
mysqld_exporter version: output of
mysqld_exporter --version
0.16.0
MySQL server version
5.7.42
mysqld_exporter command line flags
What did you do that produced an error?
I ran the exporter with the mentioned flags
What did you expect to see?
I expected to see metrics like mysql_perf_schema_events_statements_seconds_total
What did you see instead?
This specific metric: mysql_perf_schema_events_statements_seconds_total, wasn't scraped.
P.S. It works fine in 0.15.0
The text was updated successfully, but these errors were encountered: