Open
Description
Hi
I suggest to enrich the mysql_info_schema_table_version
metric by adding both the character set
and autoincrement
value as new attributes :
mysql_info_schema_table_version{create_options="",engine="InnoDB",row_format="Compact",schema="drupal",table="shortcut_set",type="BASE TABLE"} 10
would become something like:
mysql_info_schema_table_version{create_options="",engine="InnoDB",row_format="Compact",schema="drupal",table="shortcut_set",type="BASE TABLE",charset="utf8_general_ci",autoincrement="11598789"} 10
Many thanks