diff --git a/dashboards/MySQL/MySQL_InnoDB_Compression_Details.json b/dashboards/MySQL/MySQL_InnoDB_Compression_Details.json index 7ab3333af3..797e358e04 100644 --- a/dashboards/MySQL/MySQL_InnoDB_Compression_Details.json +++ b/dashboards/MySQL/MySQL_InnoDB_Compression_Details.json @@ -742,7 +742,7 @@ { "targetBlank": true, "title": "Using the Compression Information Schema Tables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-examples-compression-sect.html" + "url": "https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples-compression-sect.html" } ], "maxPerRow": 1, @@ -865,7 +865,7 @@ { "targetBlank": true, "title": "Using the Compression Information Schema Tables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-examples-compression-sect.html" + "url": "https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples-compression-sect.html" } ], "maxPerRow": 2, @@ -974,7 +974,7 @@ { "targetBlank": true, "title": "Using the Compression Information Schema Tables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-examples-compression-sect.html" + "url": "https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples-compression-sect.html" } ], "maxPerRow": 2, @@ -1095,7 +1095,7 @@ { "targetBlank": true, "title": "Using the Compression Information Schema Tables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-examples-compression-sect.html" + "url": "https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples-compression-sect.html" } ], "nullPointMode": "null", @@ -1195,7 +1195,7 @@ { "targetBlank": true, "title": "Using the Compression Information Schema Tables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-examples-compression-sect.html" + "url": "https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples-compression-sect.html" } ], "maxPerRow": 2, @@ -1308,7 +1308,7 @@ { "targetBlank": true, "title": "Using the Compression Information Schema Tables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-examples-compression-sect.html" + "url": "https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples-compression-sect.html" } ], "maxPerRow": 2, @@ -1408,7 +1408,7 @@ { "targetBlank": true, "title": "Using the Compression Information Schema Tables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/innodb-information-schema-examples-compression-sect.html" + "url": "https://dev.mysql.com/doc/refman/8.4/en/innodb-information-schema-examples-compression-sect.html" } ], "maxPerRow": 2, diff --git a/dashboards/MySQL/MySQL_InnoDB_Details.json b/dashboards/MySQL/MySQL_InnoDB_Details.json index 333702b7bd..6e755eea0d 100644 --- a/dashboards/MySQL/MySQL_InnoDB_Details.json +++ b/dashboards/MySQL/MySQL_InnoDB_Details.json @@ -21663,8 +21663,8 @@ "links": [ { "targetBlank": true, - "title": "Index Condition Pushdown optimisation - MySQL 5.7 Manual", - "url": "https://dev.mysql.com/doc/refman/5.7/en/index-condition-pushdown-optimization.html" + "title": "Index Condition Pushdown optimisation - MySQL 8.4 Manual", + "url": "https://dev.mysql.com/doc/refman/8.4/en/index-condition-pushdown-optimization.html" }, { "targetBlank": true, @@ -22442,7 +22442,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -22890,7 +22890,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -23254,7 +23254,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [DELETE](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [UPDATE](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [DELETE](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [UPDATE](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [DELETE](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [UPDATE](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [DELETE](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [UPDATE](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -23294,7 +23294,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_Instance_Summary.json b/dashboards/MySQL/MySQL_Instance_Summary.json index 55983e140c..4ce937547a 100644 --- a/dashboards/MySQL/MySQL_Instance_Summary.json +++ b/dashboards/MySQL/MySQL_Instance_Summary.json @@ -300,7 +300,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -607,7 +607,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -1035,7 +1035,7 @@ "links": [ { "title": "Tuning information", - "url": "https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_thread_cache_size" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_thread_cache_size" } ], "nullPointMode": "null", @@ -2418,7 +2418,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -2458,7 +2458,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", @@ -2532,7 +2532,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters Hourly**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters Hourly**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -2571,7 +2571,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null", @@ -3656,7 +3656,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "nullPointMode": "null", @@ -3807,7 +3807,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "nullPointMode": "null", @@ -3943,7 +3943,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "nullPointMode": "null", diff --git a/dashboards/MySQL/MySQL_Instances_Compare.json b/dashboards/MySQL/MySQL_Instances_Compare.json index 45fc7f30da..a56002c676 100644 --- a/dashboards/MySQL/MySQL_Instances_Compare.json +++ b/dashboards/MySQL/MySQL_Instances_Compare.json @@ -409,7 +409,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" }, { "title": "MySQL Overview", @@ -782,7 +782,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "maxPerRow": 12, @@ -1373,7 +1373,7 @@ "links": [ { "title": "Tuning information", - "url": "https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_thread_cache_size" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_thread_cache_size" } ], "maxPerRow": 12, @@ -2727,7 +2727,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -2773,7 +2773,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "maxPerRow": 12, @@ -2849,7 +2849,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters Hourly**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters Hourly**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -2888,7 +2888,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "maxPerRow": 12, @@ -4008,7 +4008,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "maxPerRow": 12, @@ -4170,7 +4170,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "maxPerRow": 12, @@ -4316,7 +4316,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "maxPerRow": 12, diff --git a/dashboards/MySQL/MySQL_Instances_Overview.json b/dashboards/MySQL/MySQL_Instances_Overview.json index a53f37113c..23a80a120e 100644 --- a/dashboards/MySQL/MySQL_Instances_Overview.json +++ b/dashboards/MySQL/MySQL_Instances_Overview.json @@ -417,7 +417,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -969,7 +969,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -2122,7 +2122,7 @@ "links": [ { "title": "Tuning information", - "url": "https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_thread_cache_size" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_thread_cache_size" } ], "nullPointMode": "null", @@ -7568,7 +7568,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "nullPointMode": "null", @@ -7977,7 +7977,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "nullPointMode": "null", @@ -8109,7 +8109,7 @@ "links": [ { "title": "Server Status Variables (table_open_cache)", - "url": "http://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_open_cache" + "url": "http://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_table_open_cache" } ], "nullPointMode": "null", diff --git a/dashboards/MySQL/MySQL_MyISAM_Aria_Details.json b/dashboards/MySQL/MySQL_MyISAM_Aria_Details.json index b2e948f348..aff6715076 100644 --- a/dashboards/MySQL/MySQL_MyISAM_Aria_Details.json +++ b/dashboards/MySQL/MySQL_MyISAM_Aria_Details.json @@ -749,7 +749,7 @@ { "targetBlank": true, "title": "Optimize Aria: MariaDB Documentation", - "url": "https://mariadb.com/kb/en/the-mariadb-library/optimize-aria/" + "url": "https://per.co.na/aria-storage-engine" } ], "options": { @@ -801,7 +801,7 @@ { "targetBlank": true, "title": "Aria System Variables: MariaDB Documentation", - "url": "https://mariadb.com/kb/en/library/aria-system-variables/" + "url": "https://per.co.na/aria-system-variables" } ], "nullPointMode": "null", @@ -1161,7 +1161,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -1597,7 +1597,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -1961,7 +1961,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -2001,7 +2001,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_MyRocks_Details.json b/dashboards/MySQL/MySQL_MyRocks_Details.json index 37f2c93e38..036d145332 100644 --- a/dashboards/MySQL/MySQL_MyRocks_Details.json +++ b/dashboards/MySQL/MySQL_MyRocks_Details.json @@ -3122,7 +3122,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -3558,7 +3558,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -3922,7 +3922,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -3962,7 +3962,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_Performance_Schema_Details.json b/dashboards/MySQL/MySQL_Performance_Schema_Details.json index 9201712882..5604205fbc 100644 --- a/dashboards/MySQL/MySQL_Performance_Schema_Details.json +++ b/dashboards/MySQL/MySQL_Performance_Schema_Details.json @@ -1310,7 +1310,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -1746,7 +1746,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -2110,7 +2110,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -2150,7 +2150,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_Query_Response_Time_Details.json b/dashboards/MySQL/MySQL_Query_Response_Time_Details.json index 908e268cba..dfa8abe77d 100644 --- a/dashboards/MySQL/MySQL_Query_Response_Time_Details.json +++ b/dashboards/MySQL/MySQL_Query_Response_Time_Details.json @@ -1063,7 +1063,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -1499,7 +1499,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -1863,7 +1863,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -1903,7 +1903,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_Table_Details.json b/dashboards/MySQL/MySQL_Table_Details.json index c09693571c..5c5036cb14 100644 --- a/dashboards/MySQL/MySQL_Table_Details.json +++ b/dashboards/MySQL/MySQL_Table_Details.json @@ -1219,7 +1219,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -1655,7 +1655,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -2019,7 +2019,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -2059,7 +2059,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_TokuDB_Details.json b/dashboards/MySQL/MySQL_TokuDB_Details.json index a22e2bdb98..447153c9a0 100644 --- a/dashboards/MySQL/MySQL_TokuDB_Details.json +++ b/dashboards/MySQL/MySQL_TokuDB_Details.json @@ -5711,7 +5711,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -6163,7 +6163,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -6527,7 +6527,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -6567,7 +6567,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_User_Details.json b/dashboards/MySQL/MySQL_User_Details.json index e9b177bd22..913aacb03d 100644 --- a/dashboards/MySQL/MySQL_User_Details.json +++ b/dashboards/MySQL/MySQL_User_Details.json @@ -3212,7 +3212,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -3654,7 +3654,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -4028,7 +4028,7 @@ "dashes": false, "datasource": "Metrics", "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -4068,7 +4068,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero", diff --git a/dashboards/MySQL/MySQL_Wait_Event_Analyses_Details.json b/dashboards/MySQL/MySQL_Wait_Event_Analyses_Details.json index 6bbda8b2e3..7e472b72ba 100644 --- a/dashboards/MySQL/MySQL_Wait_Event_Analyses_Details.json +++ b/dashboards/MySQL/MySQL_Wait_Event_Analyses_Details.json @@ -615,7 +615,7 @@ { "targetBlank": true, "title": "MySQL Server Status Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Queries" } ], "maxDataPoints": 100, @@ -1067,7 +1067,7 @@ { "targetBlank": true, "title": "MySQL Server System Variables", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-system-variables.html#sysvar_max_connections" } ], "nullPointMode": "null", @@ -1431,7 +1431,7 @@ "dashLength": 10, "dashes": false, "decimals": 2, - "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/5.7/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/5.7/en/update.html) statements that use multiple-table syntax.", + "description": "**Top Command Counters**\n\nThe Com_{{xxx}} statement counter variables indicate the number of times each xxx statement has been executed. There is one status variable for each type of statement. For example, Com_delete and Com_update count [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements, respectively. Com_delete_multi and Com_update_multi are similar but apply to [``DELETE``](https://dev.mysql.com/doc/refman/8.4/en/delete.html) and [``UPDATE``](https://dev.mysql.com/doc/refman/8.4/en/update.html) statements that use multiple-table syntax.", "editable": true, "error": false, "fieldConfig": { @@ -1471,7 +1471,7 @@ "links": [ { "title": "Server Status Variables (Com_xxx)", - "url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx" + "url": "https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html#statvar_Com_xxx" } ], "nullPointMode": "null as zero",