-
Notifications
You must be signed in to change notification settings - Fork 792
Description
Host operating system: output of uname -a
Linux corelx 6.11.0-19-generic #19~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 17 11:51:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
mysqld_exporter version: output of mysqld_exporter --version
mysqld_exporter, version 0.17.2 (branch: HEAD, revision: e84f4f2)
build user: root@18b69b4b0fea
build date: 20250226-07:16:19
go version: go1.23.6
platform: linux/amd64
tags: unknown
MySQL server version
mysql Ver 8.0.41-0ubuntu0.24.04.1 for Linux on x86_64 ((Ubuntu))
mysqld_exporter command line flags
--collect.info_schema.tables
--collect.info_schema.innodb_tablespaces
--collect.info_schema.innodb_metrics
--collect.global_status
--collect.global_variables
--collect.binlog_size
--collect.perf_schema.tableiowaits
--collect.info_schema.clientstats
--collect.info_schema.tablestats
--collect.perf_schema.replication_group_member_stats
--collect.info_schema.userstats
--collect.engine_innodb_status
What did you do that produced an error?
Started Mysqld_exporter from the command line with the options(flags)
mentioned above
What did you expect to see?
metrics like = mysql_info_schema_table_size to be exported (I do not see them at the /metrics endpoint) (nor later in Prometheus,etc)
What did you see instead?
The metrics are missing (or at least it seems so to me)
Maybe related :
Mysql Schema is missing in mysql_info_schema_table_size #274