Mysql ===== **6 probes** Metadata -------- .. list-table:: :header-rows: 1 :widths: 40 60 * - Probe - Description * - ``mysql.metadata.columns`` - Extract column definitions from INFORMATION_SCHEMA.COLUMNS * - ``mysql.metadata.routines`` - Extract stored procedure and function definitions * - ``mysql.metadata.tables`` - List tables with engine, row count, size from INFORMATION_SCHEMA * - ``mysql.metadata.views`` - Extract view definitions from INFORMATION_SCHEMA.VIEWS Quality ------- .. list-table:: :header-rows: 1 :widths: 40 60 * - Probe - Description * - ``mysql.quality.null_ratio`` - Nullable column inventory from information_schema.COLUMNS * - ``mysql.quality.row_counts`` - Row counts, data size, and index size from information_schema.TABLES