mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-01-08 10:25:44 +00:00
5607 lines
159 KiB
JSON
5607 lines
159 KiB
JSON
{
|
||
"annotations": {
|
||
"list": [
|
||
{
|
||
"builtIn": 1,
|
||
"datasource": {
|
||
"type": "datasource",
|
||
"uid": "grafana"
|
||
},
|
||
"enable": false,
|
||
"hide": false,
|
||
"iconColor": "#e0752d",
|
||
"limit": 100,
|
||
"name": "PMM Annotations",
|
||
"showIn": 0,
|
||
"tags": [
|
||
"pmm_annotation"
|
||
],
|
||
"target": {
|
||
"limit": 100,
|
||
"matchAny": false,
|
||
"tags": [],
|
||
"type": "tags"
|
||
},
|
||
"type": "tags"
|
||
}
|
||
]
|
||
},
|
||
"description": "Dashboard from Percona Monitoring and Management project. ",
|
||
"editable": true,
|
||
"fiscalYearStartMonth": 0,
|
||
"graphTooltip": 1,
|
||
"id": 10,
|
||
"links": [
|
||
{
|
||
"asDropdown": true,
|
||
"includeVars": true,
|
||
"keepTime": true,
|
||
"tags": [
|
||
"OS"
|
||
],
|
||
"targetBlank": false,
|
||
"title": "OS",
|
||
"type": "dashboards"
|
||
},
|
||
{
|
||
"asDropdown": true,
|
||
"includeVars": true,
|
||
"keepTime": true,
|
||
"tags": [
|
||
"MySQL"
|
||
],
|
||
"targetBlank": false,
|
||
"title": "MySQL",
|
||
"type": "dashboards"
|
||
}
|
||
],
|
||
"panels": [
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 0
|
||
},
|
||
"id": 382,
|
||
"panels": [],
|
||
"title": "",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Uptime**\n\nThe amount of time since the last restart of the MySQL server process.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"decimals": 1,
|
||
"mappings": [],
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "rgba(245, 54, 54, 0.9)",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "rgba(237, 129, 40, 0.89)",
|
||
"value": 300
|
||
},
|
||
{
|
||
"color": "rgba(50, 172, 45, 0.97)",
|
||
"value": 3600
|
||
}
|
||
]
|
||
},
|
||
"unit": "s"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 4,
|
||
"w": 6,
|
||
"x": 0,
|
||
"y": 1
|
||
},
|
||
"id": 12,
|
||
"interval": "$interval",
|
||
"maxDataPoints": 100,
|
||
"options": {
|
||
"colorMode": "value",
|
||
"graphMode": "none",
|
||
"justifyMode": "auto",
|
||
"orientation": "horizontal",
|
||
"percentChangeColorMode": "standard",
|
||
"reduceOptions": {
|
||
"calcs": [
|
||
"lastNotNull"
|
||
],
|
||
"fields": "",
|
||
"values": false
|
||
},
|
||
"showPercentChange": false,
|
||
"textMode": "auto",
|
||
"wideLayout": true
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "10m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_status_uptime{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "5m",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 300
|
||
}
|
||
],
|
||
"title": "MySQL Uptime",
|
||
"type": "stat"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**Current QPS**\n\nBased on the queries reported by MySQL's ``SHOW STATUS`` command, it is the number of statements executed by the server within the last second. This variable includes statements executed within stored programs, unlike the Questions variable. It does not count \n``COM_PING`` or ``COM_STATISTICS`` commands.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"fixedColor": "rgb(31, 120, 193)",
|
||
"mode": "fixed"
|
||
},
|
||
"decimals": 2,
|
||
"mappings": [],
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "rgba(245, 54, 54, 0.9)",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "rgba(237, 129, 40, 0.89)",
|
||
"value": 35
|
||
},
|
||
{
|
||
"color": "rgba(50, 172, 45, 0.97)",
|
||
"value": 75
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 4,
|
||
"w": 6,
|
||
"x": 6,
|
||
"y": 1
|
||
},
|
||
"id": 13,
|
||
"interval": "$interval",
|
||
"links": [
|
||
{
|
||
"targetBlank": true,
|
||
"title": "MySQL Server Status Variables",
|
||
"url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Queries"
|
||
}
|
||
],
|
||
"maxDataPoints": 100,
|
||
"options": {
|
||
"colorMode": "none",
|
||
"graphMode": "area",
|
||
"justifyMode": "auto",
|
||
"orientation": "horizontal",
|
||
"percentChangeColorMode": "standard",
|
||
"reduceOptions": {
|
||
"calcs": [
|
||
"lastNotNull"
|
||
],
|
||
"fields": "",
|
||
"values": false
|
||
},
|
||
"showPercentChange": false,
|
||
"textMode": "auto",
|
||
"wideLayout": true
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "10m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_queries{instance=\"$host\"}[$interval]) or irate(mysql_global_status_queries{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "Current QPS",
|
||
"type": "stat"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**InnoDB Buffer Pool Size**\n\nInnoDB maintains a storage area called the buffer pool for caching data and indexes in memory. Knowing how the InnoDB buffer pool works, and taking advantage of it to keep frequently accessed data in memory, is one of the most important aspects of MySQL tuning. The goal is to keep the working set in memory. In most cases, this should be between 60%-90% of available memory on a dedicated database host, but depends on many factors.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"decimals": 0,
|
||
"mappings": [],
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "rgba(50, 172, 45, 0.97)",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "rgba(237, 129, 40, 0.89)",
|
||
"value": 90
|
||
},
|
||
{
|
||
"color": "rgba(245, 54, 54, 0.9)",
|
||
"value": 95
|
||
}
|
||
]
|
||
},
|
||
"unit": "bytes"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 4,
|
||
"w": 6,
|
||
"x": 12,
|
||
"y": 1
|
||
},
|
||
"id": 51,
|
||
"interval": "$interval",
|
||
"links": [
|
||
{
|
||
"targetBlank": true,
|
||
"title": "Tuning the InnoDB Buffer Pool Size",
|
||
"url": "https://www.percona.com/blog/2015/06/02/80-ram-tune-innodb_buffer_pool_size/"
|
||
}
|
||
],
|
||
"maxDataPoints": 100,
|
||
"options": {
|
||
"colorMode": "none",
|
||
"graphMode": "none",
|
||
"justifyMode": "auto",
|
||
"orientation": "horizontal",
|
||
"percentChangeColorMode": "standard",
|
||
"reduceOptions": {
|
||
"calcs": [
|
||
"lastNotNull"
|
||
],
|
||
"fields": "",
|
||
"values": false
|
||
},
|
||
"showPercentChange": false,
|
||
"textMode": "auto",
|
||
"wideLayout": true
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "10m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_variables_innodb_buffer_pool_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "5m",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 300
|
||
}
|
||
],
|
||
"title": "InnoDB Buffer Pool Size",
|
||
"type": "stat"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**InnoDB Buffer Pool Size % of Total RAM**\n\nInnoDB maintains a storage area called the buffer pool for caching data and indexes in memory. Knowing how the InnoDB buffer pool works, and taking advantage of it to keep frequently accessed data in memory, is one of the most important aspects of MySQL tuning. The goal is to keep the working set in memory. In most cases, this should be between 60%-90% of available memory on a dedicated database host, but depends on many factors.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"decimals": 0,
|
||
"mappings": [],
|
||
"max": 100,
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "rgba(245, 54, 54, 0.9)",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "rgba(237, 129, 40, 0.89)",
|
||
"value": 40
|
||
},
|
||
{
|
||
"color": "rgba(50, 172, 45, 0.97)",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "percent"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 4,
|
||
"w": 6,
|
||
"x": 18,
|
||
"y": 1
|
||
},
|
||
"id": 52,
|
||
"interval": "$interval",
|
||
"links": [
|
||
{
|
||
"targetBlank": true,
|
||
"title": "Tuning the InnoDB Buffer Pool Size",
|
||
"url": "https://www.percona.com/blog/2015/06/02/80-ram-tune-innodb_buffer_pool_size/"
|
||
}
|
||
],
|
||
"maxDataPoints": 100,
|
||
"options": {
|
||
"colorMode": "value",
|
||
"graphMode": "area",
|
||
"justifyMode": "auto",
|
||
"orientation": "horizontal",
|
||
"percentChangeColorMode": "standard",
|
||
"reduceOptions": {
|
||
"calcs": [
|
||
"lastNotNull"
|
||
],
|
||
"fields": "",
|
||
"values": false
|
||
},
|
||
"showPercentChange": false,
|
||
"textMode": "auto",
|
||
"wideLayout": true
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "10m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "(mysql_global_variables_innodb_buffer_pool_size{instance=\"$host\"} * 100) / on (instance) node_memory_MemTotal_bytes{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "5m",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 300
|
||
}
|
||
],
|
||
"title": "Buffer Pool Size of Total RAM",
|
||
"type": "stat"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 5
|
||
},
|
||
"id": 383,
|
||
"panels": [],
|
||
"title": "Connections",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**Max Connections** \n\nMax Connections is the maximum permitted number of simultaneous client connections. By default, this is 151. Increasing this value increases the number of file descriptors that mysqld requires. If the required number of descriptors are not available, the server reduces the value of Max Connections.\n\nmysqld actually permits Max Connections + 1 clients to connect. The extra connection is reserved for use by accounts that have the SUPER privilege, such as root.\n\nMax Used Connections is the maximum number of connections that have been in use simultaneously since the server started.\n\nConnections is the number of connection attempts (successful or not) to the MySQL server.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Max Connections"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.fillOpacity",
|
||
"value": 0
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 6
|
||
},
|
||
"id": 92,
|
||
"links": [
|
||
{
|
||
"targetBlank": true,
|
||
"title": "MySQL Server System Variables",
|
||
"url": "https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_max_connections"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "max(max_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[$interval]) or mysql_global_status_threads_connected{instance=\"$host\"} )",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Connections",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_status_max_used_connections{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Max Used Connections",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_variables_max_connections{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Max Connections",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20,
|
||
"target": ""
|
||
}
|
||
],
|
||
"title": "MySQL Connections",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Active Threads**\n\nThreads Connected is the number of open connections, while Threads Running is the number of threads not sleeping.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "Threads",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Peak Threads Running"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#E24D42",
|
||
"mode": "fixed"
|
||
}
|
||
},
|
||
{
|
||
"id": "custom.lineWidth",
|
||
"value": 0
|
||
},
|
||
{
|
||
"id": "custom.pointSize",
|
||
"value": 4
|
||
},
|
||
{
|
||
"id": "custom.showPoints",
|
||
"value": "always"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Peak Threads Connected"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#1F78C1",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Avg Threads Running"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#EAB839",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 6
|
||
},
|
||
"id": 10,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"lastNotNull",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "max_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[$interval]) or\nmax_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"hide": false,
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Peak Threads Connected",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "max_over_time(mysql_global_status_threads_running{instance=\"$host\"}[$interval]) or\nmax_over_time(mysql_global_status_threads_running{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Peak Threads Running",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "avg_over_time(mysql_global_status_threads_running{instance=\"$host\"}[$interval]) or \navg_over_time(mysql_global_status_threads_running{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Avg Threads Running",
|
||
"refId": "C",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Client Thread Activity",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 13
|
||
},
|
||
"id": 384,
|
||
"panels": [],
|
||
"title": "Table Locks",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Questions**\n\nThe number of statements executed by the server. This includes only statements sent to the server by clients and not statements executed within stored programs, unlike the Queries used in the QPS calculation. \n\nThis variable does not count the following commands:\n* ``COM_PING``\n* ``COM_STATISTICS``\n* ``COM_STMT_PREPARE``\n* ``COM_STMT_CLOSE``\n* ``COM_STMT_RESET``",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 14
|
||
},
|
||
"id": 53,
|
||
"links": [
|
||
{
|
||
"targetBlank": true,
|
||
"title": "MySQL Queries and Questions",
|
||
"url": "https://www.percona.com/blog/2014/05/29/how-mysql-queries-and-questions-are-measured/"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_questions{instance=\"$host\"}[$interval]) or irate(mysql_global_status_questions{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Questions",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Questions",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Thread Cache**\n\nThe thread_cache_size variable sets how many threads the server should cache to reuse. When a client disconnects, the client's threads are put in the cache if the cache is not full. It is autosized in MySQL 5.6.8 and above (capped to 100). Requests for threads are satisfied by reusing threads taken from the cache if possible, and only when the cache is empty is a new thread created.\n\n* *Threads_created*: The number of threads created to handle connections.\n* *Threads_cached*: The number of threads in the thread cache.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Threads Created"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.fillOpacity",
|
||
"value": 0
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 14
|
||
},
|
||
"id": 11,
|
||
"links": [
|
||
{
|
||
"title": "Tuning information",
|
||
"url": "https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_thread_cache_size"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_variables_thread_cache_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Thread Cache Size",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_status_threads_cached{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Threads Cached",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_threads_created{instance=\"$host\"}[$interval]) or irate(mysql_global_status_threads_created{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Threads Created",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Thread Cache",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 21
|
||
},
|
||
"id": 385,
|
||
"panels": [],
|
||
"title": "Temporary Objects",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 22
|
||
},
|
||
"id": 22,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_created_tmp_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_tables{instance=\"$host\"}[5m])",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Created Tmp Tables",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_created_tmp_disk_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_disk_tables{instance=\"$host\"}[5m])",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Created Tmp Disk Tables",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_created_tmp_files{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_files{instance=\"$host\"}[5m])",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Created Tmp Files",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Temporary Objects",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Select Types**\n\nAs with most relational databases, selecting based on indexes is more efficient than scanning an entire table's data. Here we see the counters for selects not done with indexes.\n\n* ***Select Scan*** is how many queries caused full table scans, in which all the data in the table had to be read and either discarded or returned.\n* ***Select Range*** is how many queries used a range scan, which means MySQL scanned all rows in a given range.\n* ***Select Full Join*** is the number of joins that are not joined on an index, this is usually a huge performance hit.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 22
|
||
},
|
||
"id": 311,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_select_full_join{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_full_join{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Select Full Join",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_select_full_range_join{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_full_range_join{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Select Full Range Join",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_select_range{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_range{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Select Range",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_select_range_check{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_range_check{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Select Range Check",
|
||
"metric": "",
|
||
"refId": "D",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_select_scan{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_scan{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Select Scan",
|
||
"metric": "",
|
||
"refId": "E",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Select Types",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 29
|
||
},
|
||
"id": 386,
|
||
"panels": [],
|
||
"title": "Sorts",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Sorts**\n\nDue to a query's structure, order, or other requirements, MySQL sorts the rows before returning them. For example, if a table is ordered 1 to 10 but you want the results reversed, MySQL then has to sort the rows to return 10 to 1.\n\nThis graph also shows when sorts had to scan a whole table or a given range of a table in order to return the results and which could not have been sorted via an index.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 30
|
||
},
|
||
"id": 30,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_sort_rows{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_rows{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Sort Rows",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_sort_range{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_range{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Sort Range",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_sort_merge_passes{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_merge_passes{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Sort Merge Passes",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_sort_scan{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_scan{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Sort Scan",
|
||
"metric": "",
|
||
"refId": "D",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Sorts",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Slow Queries**\n\nSlow queries are defined as queries being slower than the long_query_time setting. For example, if you have long_query_time set to 3, all queries that take longer than 3 seconds to complete will show on this graph.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 30
|
||
},
|
||
"id": 48,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_slow_queries{instance=\"$host\"}[$interval]) or irate(mysql_global_status_slow_queries{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Slow Queries",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Slow Queries",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 37
|
||
},
|
||
"id": 387,
|
||
"panels": [],
|
||
"title": "Aborted",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**Aborted Connections**\n\nWhen a given host connects to MySQL and the connection is interrupted in the middle (for example due to bad credentials), MySQL keeps that info in a system table (since 5.6 this table is exposed in performance_schema).\n\nIf the amount of failed requests without a successful connection reaches the value of max_connect_errors, mysqld assumes that something is wrong and blocks the host from further connection.\n\nTo allow connections from that host again, you need to issue the ``FLUSH HOSTS`` statement.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 38
|
||
},
|
||
"id": 47,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_aborted_connects{instance=\"$host\"}[$interval]) or irate(mysql_global_status_aborted_connects{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Aborted Connects (attempts)",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_aborted_clients{instance=\"$host\"}[$interval]) or irate(mysql_global_status_aborted_clients{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Aborted Clients (timeout)",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20,
|
||
"target": ""
|
||
}
|
||
],
|
||
"title": "MySQL Aborted Connections",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**Table Locks**\n\nMySQL takes a number of different locks for varying reasons. In this graph we see how many Table level locks MySQL has requested from the storage engine. In the case of InnoDB, many times the locks could actually be row locks as it only takes table level locks in a few specific cases.\n\nIt is most useful to compare Locks Immediate and Locks Waited. If Locks waited is rising, it means you have lock contention. Otherwise, Locks Immediate rising and falling is normal activity.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 38
|
||
},
|
||
"id": 32,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_table_locks_immediate{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_locks_immediate{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Table Locks Immediate",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_table_locks_waited{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_locks_waited{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Table Locks Waited",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Table Locks",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 45
|
||
},
|
||
"id": 388,
|
||
"panels": [],
|
||
"title": "Network",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Network Traffic**\n\nHere we can see how much network traffic is generated by MySQL. Outbound is network traffic sent from MySQL and Inbound is network traffic MySQL has received.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 60,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "normal"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "Bps"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 46
|
||
},
|
||
"id": 9,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_bytes_received{instance=\"$host\"}[$interval]) or irate(mysql_global_status_bytes_received{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Inbound",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_bytes_sent{instance=\"$host\"}[$interval]) or irate(mysql_global_status_bytes_sent{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Outbound",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Network Traffic",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Network Usage Hourly**\n\nHere we can see how much network traffic is generated by MySQL per hour. You can use the bar graph to compare data sent by MySQL and data received by MySQL.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "bars",
|
||
"fillOpacity": 100,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "normal"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "bytes"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 46
|
||
},
|
||
"id": 381,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "increase(mysql_global_status_bytes_received{instance=\"$host\"}[1h])",
|
||
"format": "time_series",
|
||
"interval": "1h",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Received",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 3600
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "increase(mysql_global_status_bytes_sent{instance=\"$host\"}[1h])",
|
||
"format": "time_series",
|
||
"interval": "1h",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Sent",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 3600
|
||
}
|
||
],
|
||
"timeFrom": "24h",
|
||
"title": "MySQL Network Usage Hourly",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 53
|
||
},
|
||
"id": 389,
|
||
"panels": [],
|
||
"title": "Memory",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "***System Memory***: Total Memory for the system.\\\n***InnoDB Buffer Pool Data***: InnoDB maintains a storage area called the buffer pool for caching data and indexes in memory.\\\n***TokuDB Cache Size***: Similar in function to the InnoDB Buffer Pool, TokuDB will allocate 50% of the installed RAM for its own cache.\\\n***Key Buffer Size***: Index blocks for MYISAM tables are buffered and are shared by all threads. key_buffer_size is the size of the buffer used for index blocks.\\\n***Adaptive Hash Index Size***: When InnoDB notices that some index values are being accessed very frequently, it builds a hash index for them in memory on top of B-Tree indexes.\\\n ***Query Cache Size***: The query cache stores the text of a SELECT statement together with the corresponding result that was sent to the client. The query cache has huge scalability problems in that only one thread can do an operation in the query cache at the same time.\\\n***InnoDB Dictionary Size***: The data dictionary is InnoDB ‘s internal catalog of tables. InnoDB stores the data dictionary on disk, and loads entries into memory while the server is running.\\\n***InnoDB Log Buffer Size***: The MySQL InnoDB log buffer allows transactions to run without having to write the log to disk before the transactions commit.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 60,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "normal"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "bytes"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "System Memory"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.fillOpacity",
|
||
"value": 0
|
||
},
|
||
{
|
||
"id": "custom.stacking",
|
||
"value": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsNull",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 54
|
||
},
|
||
"id": 50,
|
||
"links": [
|
||
{
|
||
"title": "Detailed descriptions about metrics",
|
||
"url": "https://www.percona.com/doc/percona-monitoring-and-management/dashboard.mysql-overview.html#mysql-internal-memory-overview"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "right",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "node_memory_MemTotal_bytes{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"intervalFactor": 2,
|
||
"legendFormat": "System Memory",
|
||
"refId": "G",
|
||
"step": 4
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_status_innodb_page_size{instance=\"$host\"} * on (instance) mysql_global_status_buffer_pool_pages{instance=\"$host\",state=\"data\"}",
|
||
"format": "time_series",
|
||
"hide": false,
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "InnoDB Buffer Pool Data",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_variables_innodb_log_buffer_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "InnoDB Log Buffer Size",
|
||
"refId": "D",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_variables_innodb_additional_mem_pool_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 2,
|
||
"legendFormat": "InnoDB Additional Memory Pool Size",
|
||
"refId": "H",
|
||
"step": 40
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_status_innodb_mem_dictionary{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "InnoDB Dictionary Size",
|
||
"refId": "F",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_variables_key_buffer_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Key Buffer Size",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_variables_query_cache_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Query Cache Size",
|
||
"refId": "C",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_status_innodb_mem_adaptive_hash{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Adaptive Hash Index Size",
|
||
"refId": "E",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_variables_tokudb_cache_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "TokuDB Cache Size",
|
||
"refId": "I",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Internal Memory Overview",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 61
|
||
},
|
||
"id": 390,
|
||
"panels": [],
|
||
"title": "Command, Handlers, Processes",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"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.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 62
|
||
},
|
||
"id": 14,
|
||
"links": [
|
||
{
|
||
"title": "Server Status Variables (Com_xxx)",
|
||
"url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "right",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "topk(5, rate(mysql_global_status_commands_total{instance=\"$host\"}[$interval])>0) or topk(5, irate(mysql_global_status_commands_total{instance=\"$host\"}[5m])>0)",
|
||
"format": "time_series",
|
||
"hide": false,
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Com_{{ command }}",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "Top Command Counters",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"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.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "bars",
|
||
"fillOpacity": 100,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "normal"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 69
|
||
},
|
||
"id": 39,
|
||
"links": [
|
||
{
|
||
"title": "Server Status Variables (Com_xxx)",
|
||
"url": "https://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Com_xxx"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "right",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "topk(5, increase(mysql_global_status_commands_total{instance=\"$host\"}[1h])>0)",
|
||
"format": "time_series",
|
||
"interval": "1h",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Com_{{ command }}",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 3600
|
||
}
|
||
],
|
||
"timeFrom": "24h",
|
||
"title": "Top Command Counters Hourly",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Handlers**\n\nHandler statistics are internal statistics on how MySQL is selecting, updating, inserting, and modifying rows, tables, and indexes.\n\nThis is in fact the layer between the Storage Engine and MySQL.\n\n* `read_rnd_next` is incremented when the server performs a full table scan and this is a counter you don't really want to see with a high value.\n* `read_key` is incremented when a read is done with an index.\n* `read_next` is incremented when the storage engine is asked to 'read the next index entry'. A high value means a lot of index scans are being done.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 76
|
||
},
|
||
"id": 8,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "right",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_handlers_total{instance=\"$host\", handler!~\"commit|rollback|savepoint.*|prepare\"}[$interval]) or irate(mysql_global_status_handlers_total{instance=\"$host\", handler!~\"commit|rollback|savepoint.*|prepare\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "{{ handler }}",
|
||
"metric": "",
|
||
"refId": "J",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Handlers",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 83
|
||
},
|
||
"id": 28,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "right",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_handlers_total{instance=\"$host\", handler=~\"commit|rollback|savepoint.*|prepare\"}[$interval]) or irate(mysql_global_status_handlers_total{instance=\"$host\", handler=~\"commit|rollback|savepoint.*|prepare\"}[5m])",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "{{ handler }}",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Transaction Handlers",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 0,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 90
|
||
},
|
||
"id": 40,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "right",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "mysql_info_schema_threads{instance=\"database:9100\"}",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "{{ state }}",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "Process States",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "bars",
|
||
"fillOpacity": 100,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "normal"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 97
|
||
},
|
||
"id": 49,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "right",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "topk(5, avg_over_time(mysql_info_schema_threads{instance=\"$host\"}[1h]))",
|
||
"interval": "1h",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "{{ state }}",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 3600
|
||
}
|
||
],
|
||
"timeFrom": "24h",
|
||
"title": "Top Process States Hourly",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": true,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 104
|
||
},
|
||
"id": 391,
|
||
"panels": [
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Query Cache Memory**\n\nThe query cache has huge scalability problems in that only one thread can do an operation in the query cache at the same time. This serialization is true not only for SELECTs, but also for INSERT/UPDATE/DELETE.\n\nThis also means that the larger the `query_cache_size` is set to, the slower those operations become. In concurrent environments, the MySQL Query Cache quickly becomes a contention point, decreasing performance. MariaDB and AWS Aurora have done work to try and eliminate the query cache contention in their flavors of MySQL, while MySQL 8.0 has eliminated the query cache feature.\n\nThe recommended settings for most environments is to set:\n ``query_cache_type=0``\n ``query_cache_size=0``\n\nNote that while you can dynamically change these values, to completely remove the contention point you have to restart the database.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "bytes"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 105
|
||
},
|
||
"id": 46,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "mysql_global_status_qcache_free_memory{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Free Memory",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "F",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "mysql_global_variables_query_cache_size{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Query Cache Size",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "E",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Query Cache Memory",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Query Cache Activity**\n\nThe query cache has huge scalability problems in that only one thread can do an operation in the query cache at the same time. This serialization is true not only for SELECTs, but also for INSERT/UPDATE/DELETE.\n\nThis also means that the larger the `query_cache_size` is set to, the slower those operations become. In concurrent environments, the MySQL Query Cache quickly becomes a contention point, decreasing performance. MariaDB and AWS Aurora have done work to try and eliminate the query cache contention in their flavors of MySQL, while MySQL 8.0 has eliminated the query cache feature.\n\nThe recommended settings for most environments is to set:\n``query_cache_type=0``\n``query_cache_size=0``\n\nNote that while you can dynamically change these values, to completely remove the contention point you have to restart the database.",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 105
|
||
},
|
||
"id": 45,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_qcache_hits{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_hits{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Hits",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_qcache_inserts{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_inserts{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Inserts",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_qcache_not_cached{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_not_cached{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Not Cached",
|
||
"metric": "",
|
||
"refId": "D",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_qcache_lowmem_prunes{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_lowmem_prunes{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Prunes",
|
||
"metric": "",
|
||
"refId": "F",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_status_qcache_queries_in_cache{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Queries in Cache",
|
||
"metric": "",
|
||
"refId": "E",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Query Cache Activity",
|
||
"type": "timeseries"
|
||
}
|
||
],
|
||
"title": "Query Cache",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 105
|
||
},
|
||
"id": 392,
|
||
"panels": [],
|
||
"title": "Files and Tables",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 106
|
||
},
|
||
"id": 43,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_opened_files{instance=\"$host\"}[$interval]) or irate(mysql_global_status_opened_files{instance=\"$host\"}[5m])",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Openings",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL File Openings",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 106
|
||
},
|
||
"id": 41,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_status_open_files{instance=\"$host\"}",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Open Files",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_variables_open_files_limit{instance=\"$host\"}",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Open Files Limit",
|
||
"metric": "",
|
||
"refId": "D",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "mysql_global_status_innodb_num_open_files{instance=\"$host\"}",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "InnoDB Open Files",
|
||
"refId": "B",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Open Files",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 113
|
||
},
|
||
"id": 393,
|
||
"panels": [],
|
||
"title": "Table Openings",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Table Open Cache Status**\n\nThe recommendation is to set the `table_open_cache_instances` to a loose correlation to virtual CPUs, keeping in mind that more instances means the cache is split more times. If you have a cache set to 500 but it has 10 instances, each cache will only have 50 cached.\n\nThe `table_definition_cache` and `table_open_cache` can be left as default as they are auto-sized MySQL 5.6 and above (ie: do not set them to any value).",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Table Open Cache Hit Ratio"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "unit",
|
||
"value": "percentunit"
|
||
},
|
||
{
|
||
"id": "custom.axisPlacement",
|
||
"value": "right"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 0,
|
||
"y": 114
|
||
},
|
||
"id": 44,
|
||
"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"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(mysql_global_status_opened_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_opened_tables{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Openings",
|
||
"metric": "",
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "rate(mysql_global_status_table_open_cache_hits{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_open_cache_hits{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Hits",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "rate(mysql_global_status_table_open_cache_misses{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_open_cache_misses{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Misses",
|
||
"refId": "C",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "rate(mysql_global_status_table_open_cache_overflows{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_open_cache_overflows{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Misses due to Overflows",
|
||
"refId": "D",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "(rate(mysql_global_status_table_open_cache_hits{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_open_cache_hits{instance=\"$host\"}[5m]))/((rate(mysql_global_status_table_open_cache_hits{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_open_cache_hits{instance=\"$host\"}[5m]))+(rate(mysql_global_status_table_open_cache_misses{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_open_cache_misses{instance=\"$host\"}[5m])))",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Table Open Cache Hit Ratio",
|
||
"refId": "E",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Table Open Cache Status",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Open Tables**\n\nThe recommendation is to set the `table_open_cache_instances` to a loose correlation to virtual CPUs, keeping in mind that more instances means the cache is split more times. If you have a cache set to 500 but it has 10 instances, each cache will only have 50 cached.\n\nThe `table_definition_cache` and `table_open_cache` can be left as default as they are auto-sized MySQL 5.6 and above (ie: do not set them to any value).",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 12,
|
||
"x": 12,
|
||
"y": 114
|
||
},
|
||
"id": 42,
|
||
"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"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_status_open_tables{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Open Tables",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_variables_table_open_cache{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Table Open Cache",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Open Tables",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 121
|
||
},
|
||
"id": 394,
|
||
"panels": [],
|
||
"title": "MySQL Table Definition Cache",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"description": "**MySQL Table Definition Cache**\n\nThe recommendation is to set the `table_open_cache_instances` to a loose correlation to virtual CPUs, keeping in mind that more instances means the cache is split more times. If you have a cache set to 500 but it has 10 instances, each cache will only have 50 cached.\n\nThe `table_definition_cache` and `table_open_cache` can be left as default as they are auto-sized MySQL 5.6 and above (ie: do not set them to any value).",
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "short"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Opened Table Definitions"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.axisPlacement",
|
||
"value": "right"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 122
|
||
},
|
||
"id": 54,
|
||
"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"
|
||
}
|
||
],
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean",
|
||
"max",
|
||
"min"
|
||
],
|
||
"displayMode": "table",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_status_open_table_definitions{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Open Table Definitions",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "mysql_global_variables_table_definition_cache{instance=\"$host\"}",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Table Definitions Cache Size",
|
||
"metric": "",
|
||
"refId": "C",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"expr": "rate(mysql_global_status_opened_table_definitions{instance=\"$host\"}[$interval]) or irate(mysql_global_status_opened_table_definitions{instance=\"$host\"}[5m])",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Opened Table Definitions",
|
||
"refId": "A",
|
||
"step": 20
|
||
}
|
||
],
|
||
"title": "MySQL Table Definition Cache",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"collapsed": false,
|
||
"gridPos": {
|
||
"h": 1,
|
||
"w": 24,
|
||
"x": 0,
|
||
"y": 129
|
||
},
|
||
"id": 395,
|
||
"panels": [],
|
||
"title": "System Charts",
|
||
"type": "row"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "Bps"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 8,
|
||
"x": 0,
|
||
"y": 130
|
||
},
|
||
"id": 31,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean"
|
||
],
|
||
"displayMode": "list",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "rate(node_vmstat_pgpgin{instance=~\"database:9100\"}[$interval]) * 1024 or irate(node_vmstat_pgpgin{instance=~\"database:9100\"}[5m]) * 1024",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Page In",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "A",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"errors": {},
|
||
"expr": "rate(node_vmstat_pgpgout{instance=\"$host\"}[$interval]) * 1024 or irate(node_vmstat_pgpgout{instance=\"$host\"}[5m]) * 1024",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Page Out",
|
||
"metric": "",
|
||
"refId": "B",
|
||
"step": 20,
|
||
"target": ""
|
||
}
|
||
],
|
||
"title": "I/O Activity",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 60,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "normal"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "bytes"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 8,
|
||
"x": 8,
|
||
"y": 130
|
||
},
|
||
"id": 37,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean"
|
||
],
|
||
"displayMode": "list",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "node_memory_MemTotal_bytes{instance=\"database:9100\"} - (node_memory_MemFree_bytes{instance=\"database:9100\"} + node_memory_Buffers{instance=\"database:9100\"} + node_memory_Cached{instance=\"database:9100\"})",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Used",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "A",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "node_memory_MemFree_bytes{instance=\"database:9100\"}",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Free",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "B",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "node_memory_Buffers{instance=\"database:9100\"}",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Buffers",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "D",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "node_memory_Cached{instance=\"database:9100\"}",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Cached",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "E",
|
||
"step": 20,
|
||
"target": ""
|
||
}
|
||
],
|
||
"title": "Memory Distribution",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 60,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "normal"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"decimals": 1,
|
||
"mappings": [],
|
||
"max": 100,
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "percent"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Load 1m"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#58140C",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Max Core Utilization"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#bf1b00",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "iowait"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#e24d42",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "nice"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#1f78c1",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "softirq"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#806eb7",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "system"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#eab839",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "user"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#508642",
|
||
"mode": "fixed"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Max Core Utilization"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.lineWidth",
|
||
"value": 0
|
||
},
|
||
{
|
||
"id": "custom.pointSize",
|
||
"value": 4
|
||
},
|
||
{
|
||
"id": "custom.showPoints",
|
||
"value": "always"
|
||
},
|
||
{
|
||
"id": "custom.stacking",
|
||
"value": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Load 1m"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "color",
|
||
"value": {
|
||
"fixedColor": "#58140C",
|
||
"mode": "fixed"
|
||
}
|
||
},
|
||
{
|
||
"id": "custom.fillOpacity",
|
||
"value": 20
|
||
},
|
||
{
|
||
"id": "custom.stacking",
|
||
"value": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
}
|
||
},
|
||
{
|
||
"id": "unit",
|
||
"value": "none"
|
||
},
|
||
{
|
||
"id": "custom.axisPlacement",
|
||
"value": "right"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsNull",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 8,
|
||
"x": 16,
|
||
"y": 130
|
||
},
|
||
"id": 2,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean"
|
||
],
|
||
"displayMode": "list",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "clamp_max(((avg by (mode) ( (clamp_max(rate(node_cpu_seconds_total{instance=\"database:9100\",mode!=\"idle\"}[$interval]),1)) or (clamp_max(irate(node_cpu_seconds_total{instance=\"database:9100\",mode!=\"idle\"}[5m]),1)) ))*100 or (avg_over_time(node_cpu_seconds_total_average{instance=~\"database:9100\", mode!=\"total\", mode!=\"idle\"}[$interval]) or avg_over_time(node_cpu_seconds_total_average{instance=~\"database:9100\", mode!=\"total\", mode!=\"idle\"}[5m]))),100)",
|
||
"format": "time_series",
|
||
"hide": false,
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "{{ mode }}",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "A",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"editorMode": "code",
|
||
"expr": "clamp_max(max by () (sum by (cpu) ( (clamp_max(rate(node_cpu_seconds_total{instance=\"database:9100\",mode!=\"idle\",mode!=\"iowait\"}[$interval]),1)) or (clamp_max(irate(node_cpu_seconds_total{instance=\"database:9100\",mode!=\"idle\",mode!=\"iowait\"}[5m]),1)) ))*100,100)",
|
||
"format": "time_series",
|
||
"hide": true,
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Max Core Utilization",
|
||
"range": true,
|
||
"refId": "B",
|
||
"step": 20
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"editorMode": "code",
|
||
"expr": "node_load1{instance=\"database:9100\"}",
|
||
"format": "time_series",
|
||
"hide": false,
|
||
"intervalFactor": 2,
|
||
"legendFormat": "Load 1m",
|
||
"range": true,
|
||
"refId": "C"
|
||
}
|
||
],
|
||
"title": "CPU Usage / Load",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "points",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 4,
|
||
"scaleDistribution": {
|
||
"log": 2,
|
||
"type": "log"
|
||
},
|
||
"showPoints": "always",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "ms"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsZero",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"matcher": {
|
||
"id": "byValue",
|
||
"options": {
|
||
"op": "gte",
|
||
"reducer": "allIsNull",
|
||
"value": 0
|
||
}
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.hideFrom",
|
||
"value": {
|
||
"legend": true,
|
||
"tooltip": true,
|
||
"viz": false
|
||
}
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 8,
|
||
"x": 0,
|
||
"y": 137
|
||
},
|
||
"id": 36,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean"
|
||
],
|
||
"displayMode": "list",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "sum((rate(node_disk_read_time_seconds_total{device!~\"dm-.+\", instance=\"database:9100\"}[$interval]) / rate(node_disk_reads_completed_total{device!~\"dm-.+\", instance=\"database:9100\"}[$interval])) or (irate(node_disk_read_time_seconds_total{device!~\"dm-.+\", instance=\"database:9100\"}[5m]) / irate(node_disk_reads_completed_total{device!~\"dm-.+\", instance=\"database:9100\"}[5m]))\nor avg_over_time(aws_rds_read_latency_average{instance=\"database:9100\"}[$interval]) or avg_over_time(aws_rds_read_latency_average{instance=\"database:9100\"}[5m]))",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Read",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "A",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2m",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "sum((rate(node_disk_write_time_seconds_total{device!~\"dm-.+\", instance=\"database:9100\"}[$interval]) / rate(node_disk_writes_completed_total{device!~\"dm-.+\", instance=\"database:9100\"}[$interval])) or (irate(node_disk_write_time_seconds_total{device!~\"dm-.+\", instance=\"database:9100\"}[5m]) / irate(node_disk_writes_completed_total{device!~\"dm-.+\", instance=\"database:9100\"}[5m])) or \navg_over_time(aws_rds_write_latency_average{instance=\"database:9100\"}[$interval]) or avg_over_time(aws_rds_write_latency_average{instance=\"database:9100\"}[5m]))",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Write",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "B",
|
||
"step": 20,
|
||
"target": ""
|
||
}
|
||
],
|
||
"title": "Disk Latency",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "Bps"
|
||
},
|
||
"overrides": [
|
||
{
|
||
"matcher": {
|
||
"id": "byName",
|
||
"options": "Outbound"
|
||
},
|
||
"properties": [
|
||
{
|
||
"id": "custom.transform",
|
||
"value": "negative-Y"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 8,
|
||
"x": 8,
|
||
"y": 137
|
||
},
|
||
"id": 21,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean"
|
||
],
|
||
"displayMode": "list",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "sum(rate(node_network_receive_bytes_total{instance=\"database:9100\", device!=\"lo\"}[$interval])) or sum(irate(node_network_receive_bytes_total{instance=\"database:9100\", device!=\"lo\"}[5m])) or sum(max_over_time(rdsosmetrics_network_rx{instance=\"database:9100\"}[$interval])) or sum(max_over_time(rdsosmetrics_network_rx{instance=\"database:9100\"}[5m])) ",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Inbound",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "B",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "sum(rate(node_network_transmit_bytes_total{instance=\"database:9100\", device!=\"lo\"}[$interval])) or sum(irate(node_network_transmit_bytes_total{instance=\"database:9100\", device!=\"lo\"}[5m])) or\nsum(max_over_time(rdsosmetrics_network_tx{instance=\"database:9100\"}[$interval])) or sum(max_over_time(rdsosmetrics_network_tx{instance=\"database:9100\"}[5m]))",
|
||
"format": "time_series",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Outbound",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "A",
|
||
"step": 20,
|
||
"target": ""
|
||
}
|
||
],
|
||
"title": "Network Traffic",
|
||
"type": "timeseries"
|
||
},
|
||
{
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"fieldConfig": {
|
||
"defaults": {
|
||
"color": {
|
||
"mode": "palette-classic"
|
||
},
|
||
"custom": {
|
||
"axisBorderShow": false,
|
||
"axisCenteredZero": false,
|
||
"axisColorMode": "text",
|
||
"axisLabel": "",
|
||
"axisPlacement": "auto",
|
||
"barAlignment": 0,
|
||
"barWidthFactor": 0.6,
|
||
"drawStyle": "line",
|
||
"fillOpacity": 20,
|
||
"gradientMode": "none",
|
||
"hideFrom": {
|
||
"legend": false,
|
||
"tooltip": false,
|
||
"viz": false
|
||
},
|
||
"insertNulls": false,
|
||
"lineInterpolation": "linear",
|
||
"lineWidth": 2,
|
||
"pointSize": 5,
|
||
"scaleDistribution": {
|
||
"type": "linear"
|
||
},
|
||
"showPoints": "never",
|
||
"spanNulls": false,
|
||
"stacking": {
|
||
"group": "A",
|
||
"mode": "none"
|
||
},
|
||
"thresholdsStyle": {
|
||
"mode": "off"
|
||
}
|
||
},
|
||
"mappings": [],
|
||
"min": 0,
|
||
"thresholds": {
|
||
"mode": "absolute",
|
||
"steps": [
|
||
{
|
||
"color": "green",
|
||
"value": null
|
||
},
|
||
{
|
||
"color": "red",
|
||
"value": 80
|
||
}
|
||
]
|
||
},
|
||
"unit": "Bps"
|
||
},
|
||
"overrides": []
|
||
},
|
||
"gridPos": {
|
||
"h": 7,
|
||
"w": 8,
|
||
"x": 16,
|
||
"y": 137
|
||
},
|
||
"id": 38,
|
||
"options": {
|
||
"legend": {
|
||
"calcs": [
|
||
"mean"
|
||
],
|
||
"displayMode": "list",
|
||
"placement": "bottom",
|
||
"showLegend": true
|
||
},
|
||
"tooltip": {
|
||
"hideZeros": false,
|
||
"mode": "multi",
|
||
"sort": "none"
|
||
}
|
||
},
|
||
"pluginVersion": "11.5.2",
|
||
"targets": [
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "rate(node_vmstat_pswpin{instance=\"database:9100\"}[$interval]) * 4096 or irate(node_vmstat_pswpin{instance=\"database:9100\"}[5m]) * 4096",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Swap In (Reads)",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "A",
|
||
"step": 20,
|
||
"target": ""
|
||
},
|
||
{
|
||
"calculatedInterval": "2s",
|
||
"datasource": {
|
||
"type": "prometheus",
|
||
"uid": "PBFA97CFB590B2093"
|
||
},
|
||
"datasourceErrors": {},
|
||
"editorMode": "code",
|
||
"errors": {},
|
||
"expr": "rate(node_vmstat_pswpout{instance=\"database:9100\"}[$interval]) * 4096 or irate(node_vmstat_pswpout{instance=\"database:9100\"}[5m]) * 4096",
|
||
"interval": "$interval",
|
||
"intervalFactor": 1,
|
||
"legendFormat": "Swap Out (Writes)",
|
||
"metric": "",
|
||
"range": true,
|
||
"refId": "B",
|
||
"step": 20,
|
||
"target": ""
|
||
}
|
||
],
|
||
"title": "Swap Activity",
|
||
"type": "timeseries"
|
||
}
|
||
],
|
||
"preload": false,
|
||
"refresh": "1m",
|
||
"schemaVersion": 40,
|
||
"tags": [
|
||
"Percona",
|
||
"MySQL"
|
||
],
|
||
"templating": {
|
||
"list": [
|
||
{
|
||
"auto": true,
|
||
"auto_count": 200,
|
||
"auto_min": "1s",
|
||
"current": {
|
||
"text": "$__auto",
|
||
"value": "$__auto"
|
||
},
|
||
"label": "Interval",
|
||
"name": "interval",
|
||
"options": [
|
||
{
|
||
"selected": false,
|
||
"text": "1s",
|
||
"value": "1s"
|
||
},
|
||
{
|
||
"selected": false,
|
||
"text": "5s",
|
||
"value": "5s"
|
||
},
|
||
{
|
||
"selected": false,
|
||
"text": "1m",
|
||
"value": "1m"
|
||
},
|
||
{
|
||
"selected": false,
|
||
"text": "5m",
|
||
"value": "5m"
|
||
},
|
||
{
|
||
"selected": false,
|
||
"text": "1h",
|
||
"value": "1h"
|
||
},
|
||
{
|
||
"selected": false,
|
||
"text": "6h",
|
||
"value": "6h"
|
||
},
|
||
{
|
||
"selected": false,
|
||
"text": "1d",
|
||
"value": "1d"
|
||
}
|
||
],
|
||
"query": "1s,5s,1m,5m,1h,6h,1d",
|
||
"refresh": 2,
|
||
"type": "interval"
|
||
},
|
||
{
|
||
"current": {
|
||
"text": "database:9104",
|
||
"value": "database:9104"
|
||
},
|
||
"datasource": "PBFA97CFB590B2093",
|
||
"includeAll": false,
|
||
"label": "Host",
|
||
"name": "host",
|
||
"options": [],
|
||
"query": "label_values(mysql_up, instance)",
|
||
"refresh": 1,
|
||
"regex": "",
|
||
"sort": 1,
|
||
"type": "query"
|
||
}
|
||
]
|
||
},
|
||
"time": {
|
||
"from": "now-12h",
|
||
"to": "now"
|
||
},
|
||
"timepicker": {},
|
||
"timezone": "browser",
|
||
"title": "MySQL Overview",
|
||
"uid": "MQWgroiiz",
|
||
"version": 4,
|
||
"weekStart": ""
|
||
}
|