Skip to content

Expose charset encoding & autoincrement value #161

Open
@smalot

Description

@smalot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions