Update Edge Latency and Bandwidth Monitoring with iperf Results

Change-Id: I5b10339724bb66c3d57edc81318efbf472701ce2
diff --git a/monitoring/grafana-aether/dashboards/edge-latency-and-bandwidth-monitoring.json b/monitoring/grafana-aether/dashboards/edge-latency-and-bandwidth-monitoring.json
index 57f4c68..a2da7d9 100644
--- a/monitoring/grafana-aether/dashboards/edge-latency-and-bandwidth-monitoring.json
+++ b/monitoring/grafana-aether/dashboards/edge-latency-and-bandwidth-monitoring.json
@@ -16,7 +16,7 @@
   "gnetId": null,
   "graphTooltip": 0,
   "id": 30,
-  "iteration": 1619644232334,
+  "iteration": 1620421019160,
   "links": [],
   "panels": [
     {
@@ -33,9 +33,9 @@
       "repeat": "datasource",
       "scopedVars": {
         "datasource": {
-          "selected": false,
-          "text": "ace-cornell1-prd",
-          "value": "ace-cornell1-prd"
+          "selected": true,
+          "text": "ace-menlo-rasp-pi",
+          "value": "ace-menlo-rasp-pi"
         }
       },
       "title": "$datasource",
@@ -89,9 +89,9 @@
       "renderer": "flot",
       "scopedVars": {
         "datasource": {
-          "selected": false,
-          "text": "ace-cornell1-prd",
-          "value": "ace-cornell1-prd"
+          "selected": true,
+          "text": "ace-menlo-rasp-pi",
+          "value": "ace-menlo-rasp-pi"
         }
       },
       "seriesOverrides": [
@@ -176,42 +176,20 @@
       }
     },
     {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 9
-      },
-      "id": 5,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-dt-otic",
-          "value": "ace-dt-otic"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
       "aliasColors": {
+        "Downlink Speed": "blue",
         "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
+        "Edge Maintenance": "light-blue",
+        "Max DL (115 Mbps)": "rgb(173, 173, 173)",
+        "Max UL (10 Mbps)": "rgb(158, 158, 158)",
+        "Uplink Speed": "purple",
+        "Value": "rgb(133, 132, 132)"
       },
       "bars": false,
       "dashLength": 10,
       "dashes": false,
       "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
+      "description": "- Max Downlink Speed: 115 Mbps\n- Max Uplink Speed: 10 Mbps\n\nEach result is taken from the iperf json output, test runs for 10 seconds.",
       "fieldConfig": {
         "defaults": {
           "custom": {}
@@ -224,7 +202,7 @@
         "h": 8,
         "w": 24,
         "x": 0,
-        "y": 10
+        "y": 9
       },
       "hiddenSeries": false,
       "id": 6,
@@ -233,6 +211,7 @@
         "current": false,
         "max": false,
         "min": false,
+        "rightSide": true,
         "show": true,
         "total": false,
         "values": false
@@ -245,16 +224,6 @@
       "pointradius": 2,
       "points": false,
       "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-dt-otic",
-          "value": "ace-dt-otic"
-        }
-      },
       "seriesOverrides": [
         {
           "alias": "Edge Down",
@@ -265,10 +234,18 @@
         },
         {
           "alias": "Edge Maintenance",
-          "fill": 5,
+          "fill": 2,
           "hideTooltip": true,
           "linewidth": 0,
           "yaxis": 2
+        },
+        {
+          "alias": "/Max.*/",
+          "dashLength": 3,
+          "dashes": true,
+          "fill": 0,
+          "hideTooltip": true,
+          "legend": false
         }
       ],
       "spaceLength": 10,
@@ -276,29 +253,47 @@
       "steppedLine": false,
       "targets": [
         {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
+          "expr": "sum(aetheredge_iperf_cluster_downlink_test{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
           "interval": "",
-          "legendFormat": "Ping DNS Avg",
+          "legendFormat": "Downlink Speed",
           "refId": "A"
         },
         {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
+          "expr": "sum(aetheredge_iperf_cluster_uplink_test{endpoint=\"metrics80\",name=\"$datasource\"} > 0) and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
+          "interval": "",
+          "legendFormat": "Uplink Speed",
+          "refId": "B"
+        },
+        {
+          "expr": "10",
+          "interval": "",
+          "legendFormat": "Max UL (10 Mbps)",
+          "refId": "C"
+        },
+        {
+          "expr": "115",
+          "interval": "",
+          "legendFormat": "Max DL (115 Mbps)",
+          "refId": "D"
+        },
+        {
+          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) - (sum(5*aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}))",
           "interval": "",
           "legendFormat": "Edge Down",
-          "refId": "B"
+          "refId": "E"
         },
         {
           "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
           "interval": "",
           "legendFormat": "Edge Maintenance",
-          "refId": "C"
+          "refId": "F"
         }
       ],
       "thresholds": [],
       "timeFrom": null,
       "timeRegions": [],
       "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
+      "title": "Iperf Downlink and Uplink Tests Over Time - $datasource",
       "tooltip": {
         "shared": true,
         "sort": 0,
@@ -314,1622 +309,12 @@
       },
       "yaxes": [
         {
-          "decimals": 1,
-          "format": "ms",
+          "decimals": 0,
+          "format": "Mbits",
           "label": null,
           "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 18
-      },
-      "id": 7,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-intel",
-          "value": "ace-intel"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 19
-      },
-      "hiddenSeries": false,
-      "id": 8,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-intel",
-          "value": "ace-intel"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 27
-      },
-      "id": 9,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-menlo-rasp-pi",
-          "value": "ace-menlo-rasp-pi"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 28
-      },
-      "hiddenSeries": false,
-      "id": 10,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-menlo-rasp-pi",
-          "value": "ace-menlo-rasp-pi"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 36
-      },
-      "id": 11,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-nctu",
-          "value": "ace-nctu"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 37
-      },
-      "hiddenSeries": false,
-      "id": 12,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-nctu",
-          "value": "ace-nctu"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 45
-      },
-      "id": 13,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-princeton1-dev",
-          "value": "ace-princeton1-dev"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 46
-      },
-      "hiddenSeries": false,
-      "id": 14,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-princeton1-dev",
-          "value": "ace-princeton1-dev"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 54
-      },
-      "id": 15,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-princeton1-prd",
-          "value": "ace-princeton1-prd"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 55
-      },
-      "hiddenSeries": false,
-      "id": 16,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-princeton1-prd",
-          "value": "ace-princeton1-prd"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 63
-      },
-      "id": 17,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-sample",
-          "value": "ace-sample"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 64
-      },
-      "hiddenSeries": false,
-      "id": 18,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-sample",
-          "value": "ace-sample"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 72
-      },
-      "id": 19,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-stanford1-dev",
-          "value": "ace-stanford1-dev"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 73
-      },
-      "hiddenSeries": false,
-      "id": 20,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-stanford1-dev",
-          "value": "ace-stanford1-dev"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 81
-      },
-      "id": 21,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-stanford1-prd",
-          "value": "ace-stanford1-prd"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 82
-      },
-      "hiddenSeries": false,
-      "id": 22,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-stanford1-prd",
-          "value": "ace-stanford1-prd"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 90
-      },
-      "id": 23,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-stanford2-prd",
-          "value": "ace-stanford2-prd"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 91
-      },
-      "hiddenSeries": false,
-      "id": 24,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-stanford2-prd",
-          "value": "ace-stanford2-prd"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
-          "show": true
-        },
-        {
-          "format": "short",
-          "label": null,
-          "logBase": 1,
-          "max": "0.011",
-          "min": "0.01",
-          "show": false
-        }
-      ],
-      "yaxis": {
-        "align": false,
-        "alignLevel": null
-      }
-    },
-    {
-      "collapsed": false,
-      "datasource": null,
-      "gridPos": {
-        "h": 1,
-        "w": 24,
-        "x": 0,
-        "y": 99
-      },
-      "id": 25,
-      "panels": [],
-      "repeat": null,
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 4,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-tucson",
-          "value": "ace-tucson"
-        }
-      },
-      "title": "$datasource",
-      "type": "row"
-    },
-    {
-      "aliasColors": {
-        "Edge Down": "red",
-        "Edge Maintenance": "super-light-blue",
-        "Ping DNS Avg": "green",
-        "Ping DNS Max": "orange",
-        "Ping DNS Min": "purple"
-      },
-      "bars": false,
-      "dashLength": 10,
-      "dashes": false,
-      "datasource": null,
-      "description": "- Ping DNS Avg: Pings to 8.8.8.8, min, average, and max latencies from 10 iterations",
-      "fieldConfig": {
-        "defaults": {
-          "custom": {}
-        },
-        "overrides": []
-      },
-      "fill": 0,
-      "fillGradient": 0,
-      "gridPos": {
-        "h": 8,
-        "w": 24,
-        "x": 0,
-        "y": 100
-      },
-      "hiddenSeries": false,
-      "id": 26,
-      "legend": {
-        "avg": false,
-        "current": false,
-        "max": false,
-        "min": false,
-        "show": true,
-        "total": false,
-        "values": false
-      },
-      "lines": true,
-      "linewidth": 1,
-      "nullPointMode": "null",
-      "percentage": false,
-      "pluginVersion": "7.1.5",
-      "pointradius": 2,
-      "points": false,
-      "renderer": "flot",
-      "repeatIteration": 1619644232334,
-      "repeatPanelId": 2,
-      "repeatedByRow": true,
-      "scopedVars": {
-        "datasource": {
-          "selected": false,
-          "text": "ace-tucson",
-          "value": "ace-tucson"
-        }
-      },
-      "seriesOverrides": [
-        {
-          "alias": "Edge Down",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        },
-        {
-          "alias": "Edge Maintenance",
-          "fill": 5,
-          "hideTooltip": true,
-          "linewidth": 0,
-          "yaxis": 2
-        }
-      ],
-      "spaceLength": 10,
-      "stack": false,
-      "steppedLine": false,
-      "targets": [
-        {
-          "expr": "sum(aetheredge_ping_dns_test_avg{endpoint=\"metrics80\",name=\"$datasource\"}) > 0 and (sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"} * -1 + 1)) - sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"}) <= 0",
-          "interval": "",
-          "legendFormat": "Ping DNS Avg",
-          "refId": "A"
-        },
-        {
-          "expr": "(sum(aetheredge_status_control_plane{endpoint=\"metrics80\",name=\"$datasource\"}) * -1 + 1)",
-          "interval": "",
-          "legendFormat": "Edge Down",
-          "refId": "B"
-        },
-        {
-          "expr": "sum(aetheredge_in_maintenance_window{endpoint=\"metrics80\",name=\"$datasource\"})",
-          "interval": "",
-          "legendFormat": "Edge Maintenance",
-          "refId": "C"
-        }
-      ],
-      "thresholds": [],
-      "timeFrom": null,
-      "timeRegions": [],
-      "timeShift": null,
-      "title": "Ping DNS Latency Results Over Time - $datasource",
-      "tooltip": {
-        "shared": true,
-        "sort": 0,
-        "value_type": "individual"
-      },
-      "type": "graph",
-      "xaxis": {
-        "buckets": null,
-        "mode": "time",
-        "name": null,
-        "show": true,
-        "values": []
-      },
-      "yaxes": [
-        {
-          "decimals": 1,
-          "format": "ms",
-          "label": null,
-          "logBase": 1,
-          "max": null,
-          "min": null,
+          "max": "116",
+          "min": "0",
           "show": true
         },
         {
@@ -1955,13 +340,12 @@
       {
         "allValue": null,
         "current": {
-          "selected": true,
-          "tags": [],
+          "selected": false,
           "text": [
-            "All"
+            "ace-menlo-rasp-pi"
           ],
           "value": [
-            "$__all"
+            "ace-menlo-rasp-pi"
           ]
         },
         "datasource": "RANCHER_MONITORING_GLOBAL",
@@ -2006,5 +390,5 @@
   "timezone": "",
   "title": "Edge Latency and Bandwidth Monitoring",
   "uid": "xM1_uT9Mz",
-  "version": 8
+  "version": 1
 }