Skip to content
New issue

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

Some metrics from perf_schema.eventsstatements don't show up in mysqld_exporter version 0.16.0 #900

Open
mariamhmousa opened this issue Dec 3, 2024 · 0 comments

Comments

@mariamhmousa
Copy link

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

--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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant