Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions dashboards/MySQL/MySQL_InnoDB_Compression_Details.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down
12 changes: 6 additions & 6 deletions dashboards/MySQL/MySQL_InnoDB_Details.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions dashboards/MySQL/MySQL_Instance_Summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions dashboards/MySQL/MySQL_Instances_Compare.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions dashboards/MySQL/MySQL_Instances_Overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions dashboards/MySQL/MySQL_MyISAM_Aria_Details.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
Loading
Loading