Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
10.11.11
-
None
Description
information_schema.innodb_metrics is missing counters for dml_*
In MariaDB 10.11.11
SELECT name, subsystem, enabled FROM INFORMATION_SCHEMA.INNODB_METRICS where subsystem = 'dml';
|
Empty set (0.001 sec)
|
In MariaDB 10.6.18
+--------------------+-----------+---------+
|
| name | subsystem | enabled |
|
+--------------------+-----------+---------+
|
| dml_reads | dml | 1 |
|
| dml_inserts | dml | 1 |
|
| dml_deletes | dml | 1 |
|
| dml_updates | dml | 1 |
|
| dml_system_reads | dml | 1 |
|
| dml_system_inserts | dml | 1 |
|
| dml_system_deletes | dml | 1 |
|
| dml_system_updates | dml | 1 |
|
+--------------------+-----------+---------+
|
If this is on purpose than it should be stated here https://mariadb.com/kb/en/information-schema-innodb_metrics-table/
This information would be used by https://github.com/prometheus/mysqld_exporter
I didn't find any information regarding this issue in the knowledge base or bug tracker. Sorry if I missed it.
Attachments
Issue Links
- is caused by
-
MDEV-28539 Some InnoDB counters are duplicating generic SHOW STATUS
-
- Closed
-