{
  "version": 5,
  "dashboardId": "7313644316960755150",
  "title": "Oracle RDS Metrics",
  "description": "",
  "role": "",
  "owner": "",
  "created": "2025-04-03T20:05:54.038Z",
  "tabs": [
    {
      "tabId": "default",
      "name": "RDS",
      "panels": [
        {
          "id": "Panel_ID5410310",
          "type": "table",
          "title": "Available Metrics",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": null,
            "decimals": 2,
            "line_thickness": 1.5,
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT metric_name as \"x_axis_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE namespace IN ('AWS/RDS')",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": "Metric Name",
                    "alias": "x_axis_1",
                    "column": "metric_name",
                    "color": null,
                    "isDerived": false
                  }
                ],
                "y": [],
                "z": [],
                "breakdown": [],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "list",
                      "values": [
                        "AWS/RDS"
                      ],
                      "column": "namespace",
                      "operator": null,
                      "value": null,
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 0,
            "w": 24,
            "h": 11,
            "i": 1,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID613310",
          "type": "area",
          "title": "Max Freeable Memory",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bytes",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name IN ('FreeableMemory') AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "list",
                      "values": [
                        "FreeableMemory"
                      ],
                      "column": "metric_name",
                      "operator": null,
                      "value": null,
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 0,
            "w": 24,
            "h": 11,
            "i": 3,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID2923510",
          "type": "area",
          "title": "Database Connections",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "numbers",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic",
              "fixedColor": [],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%DatabaseConnections%' AND account_id LIKE '%$account_id%'  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "DatabaseConnections",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "Contains",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 11,
            "w": 24,
            "h": 11,
            "i": 6,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID922310",
          "type": "area",
          "title": "Transaction Logs Generation",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bps",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "shades",
              "fixedColor": [
                "#7d53ca"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%TransactionLogsGeneration%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "TransactionLogsGeneration",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 11,
            "w": 24,
            "h": 11,
            "i": 7,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID4669810",
          "type": "area",
          "title": "SwapUsage",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bytes",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%SwapUsage%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "SwapUsage",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 22,
            "w": 24,
            "h": 9,
            "i": 8,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID2267010",
          "type": "area",
          "title": "CPUUtilization",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "percent",
            "decimals": 0,
            "line_thickness": 2,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": true,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic",
              "fixedColor": [],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%CPUUtilization%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "CPUUtilization",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 22,
            "w": 24,
            "h": 9,
            "i": 9,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID240610",
          "type": "area",
          "title": "ReplicationSlotDiskUsage",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bytes",
            "decimals": 0,
            "line_thickness": 2,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": true,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic",
              "fixedColor": [],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%ReplicationSlotDiskUsage%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "ReplicationSlotDiskUsage",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 31,
            "w": 24,
            "h": 9,
            "i": 10,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID2743510",
          "type": "area",
          "title": "FreeStorageSpace",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bytes",
            "decimals": 0,
            "line_thickness": 2,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": true,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic",
              "fixedColor": [],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%FreeStorageSpace%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "FreeStorageSpace",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 31,
            "w": 24,
            "h": 9,
            "i": 11,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID5625510",
          "type": "area",
          "title": "NetworkTransmitThroughput",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bps",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%NetworkTransmitThroughput%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "NetworkTransmitThroughput",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 40,
            "w": 24,
            "h": 9,
            "i": 12,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID4652110",
          "type": "area",
          "title": "ReadThroughput",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bps",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%ReadThroughput%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "ReadThroughput",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 40,
            "w": 24,
            "h": 9,
            "i": 13,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID5237410",
          "type": "area",
          "title": "WriteIOPS",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "custom",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%WriteIOPS%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "WriteIOPS",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 49,
            "w": 24,
            "h": 9,
            "i": 14,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID8136010",
          "type": "area",
          "title": "TransactionLogsDiskUsage",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bytes",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%TransactionLogsDiskUsage%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "TransactionLogsDiskUsage",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 49,
            "w": 24,
            "h": 9,
            "i": 15,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID724910",
          "type": "area",
          "title": "BurstBalance",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "percent",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%BurstBalance%' AND account_id LIKE '%$account_id%'  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "BurstBalance",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "Contains",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 58,
            "w": 24,
            "h": 9,
            "i": 16,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID2165510",
          "type": "area",
          "title": "WriteThroughput",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bps",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%WriteThroughput%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "WriteThroughput",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 58,
            "w": 24,
            "h": 9,
            "i": 17,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID9337610",
          "type": "area",
          "title": "ReadLatency",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "seconds",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%ReadLatency%'  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "ReadLatency",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 67,
            "w": 24,
            "h": 9,
            "i": 18,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID8936710",
          "type": "area",
          "title": "ReadIOPS",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "custom",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%ReadIOPS%'  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "ReadIOPS",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 67,
            "w": 24,
            "h": 9,
            "i": 19,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID773410",
          "type": "area",
          "title": "CheckpointLag",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "seconds",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%CheckpointLag%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "CheckpointLag",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 76,
            "w": 24,
            "h": 9,
            "i": 20,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID4642110",
          "type": "area",
          "title": "OldestReplicationSlotLag",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bytes",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%OldestReplicationSlotLag%' AND account_id LIKE '%$account_id%'  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "OldestReplicationSlotLag",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "Contains",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 76,
            "w": 24,
            "h": 9,
            "i": 21,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID731610",
          "type": "area",
          "title": "DiskQueueDepth",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "numbers",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", count(count) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%DiskQueueDepth%' AND account_id LIKE '%$account_id%'  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "count",
                    "color": "#5960b2",
                    "aggregationFunction": "count",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "DiskQueueDepth",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "Contains",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 85,
            "w": 24,
            "h": 9,
            "i": 22,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID5532710",
          "type": "area",
          "title": "WriteLatency",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "seconds",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": false,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%WriteLatency%' AND account_id LIKE '%$account_id%'  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "WriteLatency",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "Contains",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 24,
            "y": 85,
            "w": 24,
            "h": 9,
            "i": 23,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID2756210",
          "type": "area",
          "title": "MaximumUsedTransactionIDs",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "numbers",
            "unit_custom": " Count/Second",
            "decimals": 0,
            "line_thickness": 1.5,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": false,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic-by-series",
              "fixedColor": [
                "#53ca53"
              ],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%MaximumUsedTransactionIDs%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "MaximumUsedTransactionIDs",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 103,
            "w": 48,
            "h": 8,
            "i": 24,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        },
        {
          "id": "Panel_ID8696210",
          "type": "area",
          "title": "ReplicationSlotDiskUsage",
          "description": "",
          "config": {
            "show_legends": true,
            "legends_position": "right",
            "unit": "bytes",
            "decimals": 0,
            "line_thickness": 2,
            "step_value": "0",
            "top_results_others": false,
            "axis_border_show": true,
            "label_option": {
              "rotate": 0
            },
            "show_symbol": false,
            "line_interpolation": "smooth",
            "legend_width": {
              "unit": "px"
            },
            "base_map": {
              "type": "osm"
            },
            "map_type": {
              "type": "world"
            },
            "map_view": {
              "zoom": 1,
              "lat": 0,
              "lng": 0
            },
            "map_symbol_style": {
              "size": "by Value",
              "size_by_value": {
                "min": 1,
                "max": 100
              },
              "size_fixed": 2
            },
            "drilldown": [],
            "mark_line": [],
            "override_config": [],
            "connect_nulls": true,
            "no_value_replacement": "",
            "wrap_table_cells": false,
            "table_transpose": false,
            "table_dynamic_columns": false,
            "color": {
              "mode": "palette-classic",
              "fixedColor": [],
              "seriesBy": "last"
            },
            "trellis": {
              "layout": null,
              "num_of_columns": 1
            }
          },
          "queryType": "sql",
          "queries": [
            {
              "query": "SELECT histogram(_timestamp) as \"x_axis_1\", max(max) as \"y_axis_1\", metric_dimensions as \"breakdown_1\"  FROM \"aws_cloudwatch_metrics\"  WHERE metric_name LIKE '%ReplicationSlotDiskUsage%' AND account_id IN ($account_id)  GROUP BY x_axis_1, breakdown_1 ORDER BY x_axis_1 ASC",
              "vrlFunctionQuery": "",
              "customQuery": false,
              "fields": {
                "stream": "aws_cloudwatch_metrics",
                "stream_type": "logs",
                "x": [
                  {
                    "label": " ",
                    "alias": "x_axis_1",
                    "column": "_timestamp",
                    "color": null,
                    "aggregationFunction": "histogram",
                    "sortBy": "ASC",
                    "args": [
                      {
                        "value": null
                      }
                    ],
                    "isDerived": false
                  }
                ],
                "y": [
                  {
                    "label": " ",
                    "alias": "y_axis_1",
                    "column": "max",
                    "color": "#5960b2",
                    "aggregationFunction": "max",
                    "isDerived": false
                  }
                ],
                "z": [],
                "breakdown": [
                  {
                    "label": "Metric Dimensions",
                    "alias": "breakdown_1",
                    "column": "metric_dimensions",
                    "color": null,
                    "isDerived": false,
                    "havingConditions": []
                  }
                ],
                "filter": {
                  "filterType": "group",
                  "logicalOperator": "AND",
                  "conditions": [
                    {
                      "type": "condition",
                      "values": [],
                      "column": "metric_name",
                      "operator": "Contains",
                      "value": "ReplicationSlotDiskUsage",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    },
                    {
                      "type": "condition",
                      "values": [],
                      "column": "account_id",
                      "operator": "IN",
                      "value": "$account_id",
                      "logicalOperator": "AND",
                      "filterType": "condition"
                    }
                  ]
                }
              },
              "config": {
                "promql_legend": "",
                "layer_type": "scatter",
                "weight_fixed": 1,
                "limit": 0,
                "min": 0,
                "max": 100,
                "time_shift": []
              }
            }
          ],
          "layout": {
            "x": 0,
            "y": 94,
            "w": 24,
            "h": 9,
            "i": 26,
            "moved": false
          },
          "htmlContent": "",
          "markdownContent": "",
          "customChartContent": " // To know more about ECharts , \n// visit: https://echarts.apache.org/examples/en/index.html \n// Example: https://echarts.apache.org/examples/en/editor.html?c=line-simple \n// Define your ECharts 'option' here. \n// 'data' variable is available for use and contains the response data from the search result and it is an array.\noption = {  \n \n};\n  "
        }
      ]
    }
  ],
  "variables": {
    "list": [
      {
        "type": "query_values",
        "name": "account_id",
        "label": "",
        "query_data": {
          "stream_type": "logs",
          "stream": "aws_cloudwatch_metrics",
          "field": "account_id",
          "max_record_size": null,
          "filter": []
        },
        "value": "",
        "options": [],
        "multiSelect": false,
        "hideOnDashboard": false,
        "selectAllValueForMultiSelect": "first",
        "customMultiSelectValue": []
      },
      {
        "type": "query_values",
        "name": "Environment",
        "label": "Environment",
        "query_data": {
          "stream_type": "logs",
          "stream": "aws_cloudwatch_metrics",
          "field": "region",
          "max_record_size": null,
          "filter": []
        },
        "value": "",
        "options": [],
        "multiSelect": true,
        "hideOnDashboard": false,
        "selectAllValueForMultiSelect": "first",
        "customMultiSelectValue": []
      }
    ],
    "showDynamicFilters": true
  },
  "defaultDatetimeDuration": {
    "type": "relative",
    "relativeTimePeriod": "15m",
    "startTime": 1743709860439000,
    "endTime": 1743710760439000
  }
}