Details
-
Improvement
-
Status: Done
-
Medium
-
Resolution: Done
-
None
-
1
-
Platform Sprint 26
-
Yes
-
Yes
Description
Dashboard: "MySQL InnoDB Details"
Row: "InnoDB Checkpointing and Flushing"
The panel "Innodb Flushing by Type" does not show one important type of flushing: sync flushing.
Please add the following to this panel:
{
"calculatedInterval": "2m",
"datasourceErrors": {},
"errors": {},
"expr": "avg by (service_name) ((rate(mysql_info_schema_innodb_metrics_buffer_buffer_flush_sync_total_pages
[5m])))",
"format": "time_series",
"interval": "$interval",
"intervalFactor": 1,
"legendFormat": "Sync Flushing",
"metric": "",
"refId": "A",
"step": 300
},