Browse Source

docs(alerting): example dashboards

bergquist 9 years ago
parent
commit
457eb91c2f
2 changed files with 2396 additions and 1560 deletions
  1. 180 1560
      examples/alerting-dashboard.json
  2. 2216 0
      examples/alerting-multiple-alerts.json

+ 180 - 1560
examples/alerting-dashboard.json

@@ -30,7 +30,7 @@
     }
   ],
   "id": null,
-  "title": "Dashboard with many alerts",
+  "title": "Alerting example",
   "tags": [],
   "style": "dark",
   "timezone": "browser",
@@ -49,7 +49,7 @@
               {
                 "evaluator": {
                   "params": [
-                    30
+                    355
                   ],
                   "type": "gt"
                 },
@@ -62,18 +62,25 @@
                 },
                 "reducer": {
                   "params": [],
-                  "type": "sum"
+                  "type": "avg"
                 },
                 "type": "query"
               }
             ],
+            "crit": {
+              "op": ">"
+            },
             "enabled": true,
             "frequency": "60s",
             "handler": 1,
             "name": "Critical alert panel",
             "notifications": [],
-            "severity": "critical"
+            "severity": "critical",
+            "warn": {
+              "op": ">"
+            }
           },
+          "alerting": {},
           "aliasColors": {},
           "bars": false,
           "datasource": "${DS_GRAPHITE}",
@@ -101,134 +108,26 @@
           "points": false,
           "renderer": "flot",
           "seriesOverrides": [],
-          "span": 3,
+          "span": 4,
           "stack": false,
           "steppedLine": false,
           "targets": [
             {
               "refId": "A",
               "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "colorMode": "critical",
-              "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
-              "op": "gt",
-              "value": 30
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Critical panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
             },
             {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        },
-        {
-          "alert": {
-            "conditions": [
-              {
-                "evaluator": {
-                  "params": [
-                    30
-                  ],
-                  "type": "gt"
-                },
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "params": [],
-                  "type": "sum"
-                },
-                "type": "query"
-              }
-            ],
-            "enabled": true,
-            "frequency": "60s",
-            "handler": 1,
-            "name": "Critical alert panel",
-            "notifications": [],
-            "severity": "critical"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "grid": {},
-          "id": 5,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+              "refId": "B",
+              "target": "aliasByNode(scale(statsd.$apa.counters.session_start.*.count, 10), 4)"
             }
           ],
           "thresholds": [
             {
               "colorMode": "critical",
               "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
               "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
               "op": "gt",
-              "value": 30
+              "value": 355
             }
           ],
           "timeFrom": null,
@@ -269,7 +168,7 @@
               {
                 "evaluator": {
                   "params": [
-                    30
+                    20
                   ],
                   "type": "gt"
                 },
@@ -282,26 +181,32 @@
                 },
                 "reducer": {
                   "params": [],
-                  "type": "sum"
+                  "type": "avg"
                 },
                 "type": "query"
               }
             ],
+            "crit": {
+              "op": ">"
+            },
             "enabled": true,
             "frequency": "60s",
             "handler": 1,
-            "name": "Critical alert panel",
+            "name": "Warning panel alert",
             "notifications": [],
-            "severity": "critical"
+            "severity": "warning",
+            "warn": {
+              "op": ">"
+            }
           },
+          "alerting": {},
           "aliasColors": {},
           "bars": false,
           "datasource": "${DS_GRAPHITE}",
           "editable": true,
           "error": false,
           "fill": 1,
-          "grid": {},
-          "id": 6,
+          "id": 2,
           "isNew": true,
           "legend": {
             "avg": false,
@@ -321,7 +226,7 @@
           "points": false,
           "renderer": "flot",
           "seriesOverrides": [],
-          "span": 3,
+          "span": 4,
           "stack": false,
           "steppedLine": false,
           "targets": [
@@ -332,18 +237,18 @@
           ],
           "thresholds": [
             {
-              "colorMode": "critical",
+              "colorMode": "warning",
               "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "fillColor": "rgba(235, 138, 14, 0.12)",
               "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "lineColor": "rgba(247, 149, 32, 0.60)",
               "op": "gt",
-              "value": 30
+              "value": 20
             }
           ],
           "timeFrom": null,
           "timeShift": null,
-          "title": "Critical panel",
+          "title": "Warning panel",
           "tooltip": {
             "msResolution": false,
             "shared": true,
@@ -379,9 +284,9 @@
               {
                 "evaluator": {
                   "params": [
-                    30
+                    1
                   ],
-                  "type": "gt"
+                  "type": "lt"
                 },
                 "query": {
                   "params": [
@@ -392,26 +297,32 @@
                 },
                 "reducer": {
                   "params": [],
-                  "type": "sum"
+                  "type": "count"
                 },
                 "type": "query"
               }
             ],
+            "crit": {
+              "op": ">"
+            },
             "enabled": true,
             "frequency": "60s",
             "handler": 1,
-            "name": "Critical alert panel",
+            "name": "No datapoints",
             "notifications": [],
-            "severity": "critical"
+            "severity": "critical",
+            "warn": {
+              "op": ">"
+            }
           },
+          "alerting": {},
           "aliasColors": {},
           "bars": false,
           "datasource": "${DS_GRAPHITE}",
           "editable": true,
           "error": false,
           "fill": 1,
-          "grid": {},
-          "id": 8,
+          "id": 20,
           "isNew": true,
           "legend": {
             "avg": false,
@@ -431,7 +342,7 @@
           "points": false,
           "renderer": "flot",
           "seriesOverrides": [],
-          "span": 3,
+          "span": 4,
           "stack": false,
           "steppedLine": false,
           "targets": [
@@ -442,18 +353,16 @@
           ],
           "thresholds": [
             {
-              "colorMode": "critical",
+              "value": 1,
+              "op": "lt",
               "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
               "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
-              "op": "gt",
-              "value": 30
+              "colorMode": "critical"
             }
           ],
           "timeFrom": null,
           "timeShift": null,
-          "title": "Critical panel",
+          "title": "Count datapoints",
           "tooltip": {
             "msResolution": false,
             "shared": true,
@@ -499,7 +408,7 @@
                   "params": [
                     20
                   ],
-                  "type": "gt"
+                  "type": "lt"
                 },
                 "query": {
                   "params": [
@@ -515,20 +424,27 @@
                 "type": "query"
               }
             ],
+            "crit": {
+              "op": ">"
+            },
             "enabled": true,
             "frequency": "60s",
             "handler": 1,
-            "name": "Warning panel alert",
+            "name": "Alert below value",
             "notifications": [],
-            "severity": "warning"
+            "severity": "critical",
+            "warn": {
+              "op": ">"
+            }
           },
+          "alerting": {},
           "aliasColors": {},
           "bars": false,
           "datasource": "${DS_GRAPHITE}",
           "editable": true,
           "error": false,
           "fill": 1,
-          "id": 2,
+          "id": 17,
           "isNew": true,
           "legend": {
             "avg": false,
@@ -559,18 +475,18 @@
           ],
           "thresholds": [
             {
-              "colorMode": "warning",
+              "colorMode": "critical",
               "fill": true,
-              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
               "line": true,
-              "lineColor": "rgba(247, 149, 32, 0.60)",
-              "op": "gt",
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "lt",
               "value": 20
             }
           ],
           "timeFrom": null,
           "timeShift": null,
-          "title": "Warning panel",
+          "title": "Alert below value",
           "tooltip": {
             "msResolution": false,
             "shared": true,
@@ -606,9 +522,10 @@
               {
                 "evaluator": {
                   "params": [
-                    20
+                    10,
+                    80
                   ],
-                  "type": "gt"
+                  "type": "outside_range"
                 },
                 "query": {
                   "params": [
@@ -624,20 +541,27 @@
                 "type": "query"
               }
             ],
+            "crit": {
+              "op": ">"
+            },
             "enabled": true,
-            "frequency": "60s",
+            "frequency": "10s",
             "handler": 1,
-            "name": "Warning panel alert",
+            "name": "Alert is outside range",
             "notifications": [],
-            "severity": "warning"
+            "severity": "critical",
+            "warn": {
+              "op": ">"
+            }
           },
+          "alerting": {},
           "aliasColors": {},
           "bars": false,
           "datasource": "${DS_GRAPHITE}",
           "editable": true,
           "error": false,
           "fill": 1,
-          "id": 3,
+          "id": 18,
           "isNew": true,
           "legend": {
             "avg": false,
@@ -668,18 +592,27 @@
           ],
           "thresholds": [
             {
-              "colorMode": "warning",
+              "colorMode": "critical",
               "fill": true,
-              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
               "line": true,
-              "lineColor": "rgba(247, 149, 32, 0.60)",
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "lt",
+              "value": 10
+            },
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
               "op": "gt",
-              "value": 20
+              "value": 80
             }
           ],
           "timeFrom": null,
           "timeShift": null,
-          "title": "Warning panel",
+          "title": "Alert is outside range",
           "tooltip": {
             "msResolution": false,
             "shared": true,
@@ -715,9 +648,10 @@
               {
                 "evaluator": {
                   "params": [
-                    20
+                    60,
+                    80
                   ],
-                  "type": "gt"
+                  "type": "within_range"
                 },
                 "query": {
                   "params": [
@@ -733,20 +667,27 @@
                 "type": "query"
               }
             ],
+            "crit": {
+              "op": ">"
+            },
             "enabled": true,
-            "frequency": "60s",
+            "frequency": "10s",
             "handler": 1,
-            "name": "Warning panel alert",
+            "name": "Alert is within range",
             "notifications": [],
-            "severity": "warning"
+            "severity": "critical",
+            "warn": {
+              "op": ">"
+            }
           },
+          "alerting": {},
           "aliasColors": {},
           "bars": false,
           "datasource": "${DS_GRAPHITE}",
           "editable": true,
           "error": false,
           "fill": 1,
-          "id": 4,
+          "id": 19,
           "isNew": true,
           "legend": {
             "avg": false,
@@ -777,18 +718,27 @@
           ],
           "thresholds": [
             {
-              "colorMode": "warning",
+              "colorMode": "critical",
               "fill": true,
-              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
               "line": true,
-              "lineColor": "rgba(247, 149, 32, 0.60)",
+              "lineColor": "rgba(237, 46, 24, 0.60)",
               "op": "gt",
-              "value": 20
+              "value": 60
+            },
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "lt",
+              "value": 80
             }
           ],
           "timeFrom": null,
           "timeShift": null,
-          "title": "Warning panel",
+          "title": "Alert is within range",
           "tooltip": {
             "msResolution": false,
             "shared": true,
@@ -817,1400 +767,70 @@
               "show": true
             }
           ]
+        }
+      ],
+      "title": "New row"
+    }
+  ],
+  "time": {
+    "from": "now-6h",
+    "to": "now"
+  },
+  "timepicker": {
+    "refresh_intervals": [
+      "5s",
+      "10s",
+      "30s",
+      "1m",
+      "5m",
+      "15m",
+      "30m",
+      "1h",
+      "2h",
+      "1d"
+    ],
+    "time_options": [
+      "5m",
+      "15m",
+      "1h",
+      "6h",
+      "12h",
+      "24h",
+      "2d",
+      "7d",
+      "30d"
+    ]
+  },
+  "templating": {
+    "list": [
+      {
+        "current": {
+          "text": "fakesite",
+          "value": "fakesite"
         },
-        {
-          "alert": {
-            "conditions": [
-              {
-                "evaluator": {
-                  "params": [
-                    20
-                  ],
-                  "type": "gt"
-                },
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "params": [],
-                  "type": "avg"
-                },
-                "type": "query"
-              }
-            ],
-            "enabled": true,
-            "frequency": "60s",
-            "handler": 1,
-            "name": "Warning panel alert",
-            "notifications": [],
-            "severity": "warning"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 7,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "colorMode": "warning",
-              "fill": true,
-              "fillColor": "rgba(235, 138, 14, 0.12)",
-              "line": true,
-              "lineColor": "rgba(247, 149, 32, 0.60)",
-              "op": "gt",
-              "value": 20
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Warning panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        }
-      ],
-      "title": "New row"
-    },
-    {
-      "collapse": false,
-      "editable": true,
-      "height": "250px",
-      "panels": [
-        {
-          "alert": {
-            "conditions": [
-              {
-                "evaluator": {
-                  "params": [
-                    50
-                  ],
-                  "type": "gt"
-                },
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "params": [],
-                  "type": "avg"
-                },
-                "type": "query"
-              }
-            ],
-            "enabled": true,
-            "frequency": "10s",
-            "handler": 1,
-            "name": "Fast Critical panel alert",
-            "notifications": [],
-            "severity": "critical"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 9,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "colorMode": "critical",
-              "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
-              "op": "gt",
-              "value": 50
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Critical panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        },
-        {
-          "alert": {
-            "conditions": [
-              {
-                "evaluator": {
-                  "params": [
-                    50
-                  ],
-                  "type": "gt"
-                },
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "params": [],
-                  "type": "avg"
-                },
-                "type": "query"
-              }
-            ],
-            "enabled": true,
-            "frequency": "10s",
-            "handler": 1,
-            "name": "Fast Critical panel alert",
-            "notifications": [],
-            "severity": "critical"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 10,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "colorMode": "critical",
-              "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
-              "op": "gt",
-              "value": 50
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Critical panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        },
-        {
-          "alert": {
-            "conditions": [
-              {
-                "evaluator": {
-                  "params": [
-                    50
-                  ],
-                  "type": "gt"
-                },
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "params": [],
-                  "type": "avg"
-                },
-                "type": "query"
-              }
-            ],
-            "enabled": true,
-            "frequency": "10s",
-            "handler": 1,
-            "name": "Fast Critical panel alert",
-            "notifications": [],
-            "severity": "critical"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 11,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "colorMode": "critical",
-              "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
-              "op": "gt",
-              "value": 50
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Critical panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        },
-        {
-          "alert": {
-            "conditions": [
-              {
-                "evaluator": {
-                  "params": [
-                    50
-                  ],
-                  "type": "gt"
-                },
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "params": [],
-                  "type": "avg"
-                },
-                "type": "query"
-              }
-            ],
-            "enabled": true,
-            "frequency": "10s",
-            "handler": 1,
-            "name": "Fast Critical panel alert",
-            "notifications": [],
-            "severity": "critical"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 12,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "colorMode": "critical",
-              "fill": true,
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "line": true,
-              "lineColor": "rgba(237, 46, 24, 0.60)",
-              "op": "gt",
-              "value": 50
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Critical panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        }
-      ],
-      "title": "New row"
-    },
-    {
-      "collapse": false,
-      "editable": true,
-      "height": "250px",
-      "panels": [
-        {
-          "alert": {
-            "enabled": true,
-            "conditions": [
-              {
-                "type": "query",
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "type": "avg",
-                  "params": []
-                },
-                "evaluator": {
-                  "type": "gt",
-                  "params": [
-                    10
-                  ]
-                }
-              }
-            ],
-            "severity": "warning",
-            "frequency": "1s",
-            "handler": 1,
-            "notifications": [],
-            "name": "Fast Warning panel alert"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 13,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "value": 10,
-              "op": "gt",
-              "fill": true,
-              "line": true,
-              "colorMode": "warning",
-              "fillColor": "rgba(235, 138, 14, 0.12)",
-              "lineColor": "rgba(247, 149, 32, 0.60)"
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Warning panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        },
-        {
-          "alert": {
-            "enabled": true,
-            "conditions": [
-              {
-                "type": "query",
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "type": "avg",
-                  "params": []
-                },
-                "evaluator": {
-                  "type": "gt",
-                  "params": [
-                    10
-                  ]
-                }
-              }
-            ],
-            "severity": "warning",
-            "frequency": "1s",
-            "handler": 1,
-            "notifications": [],
-            "name": "Fast Warning panel alert"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 14,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "value": 10,
-              "op": "gt",
-              "fill": true,
-              "line": true,
-              "colorMode": "warning",
-              "fillColor": "rgba(235, 138, 14, 0.12)",
-              "lineColor": "rgba(247, 149, 32, 0.60)"
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Warning panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        },
-        {
-          "alert": {
-            "enabled": true,
-            "conditions": [
-              {
-                "type": "query",
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "type": "avg",
-                  "params": []
-                },
-                "evaluator": {
-                  "type": "gt",
-                  "params": [
-                    10
-                  ]
-                }
-              }
-            ],
-            "severity": "warning",
-            "frequency": "1s",
-            "handler": 1,
-            "notifications": [],
-            "name": "Fast Warning panel alert"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 15,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "value": 10,
-              "op": "gt",
-              "fill": true,
-              "line": true,
-              "colorMode": "warning",
-              "fillColor": "rgba(235, 138, 14, 0.12)",
-              "lineColor": "rgba(247, 149, 32, 0.60)"
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Warning panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        },
-        {
-          "alert": {
-            "enabled": true,
-            "conditions": [
-              {
-                "type": "query",
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "type": "avg",
-                  "params": []
-                },
-                "evaluator": {
-                  "type": "gt",
-                  "params": [
-                    10
-                  ]
-                }
-              }
-            ],
-            "severity": "warning",
-            "frequency": "1s",
-            "handler": 1,
-            "notifications": [],
-            "name": "Fast Warning panel alert"
-          },
-          "aliasColors": {},
-          "bars": false,
-          "datasource": "${DS_GRAPHITE}",
-          "editable": true,
-          "error": false,
-          "fill": 1,
-          "id": 16,
-          "isNew": true,
-          "legend": {
-            "avg": false,
-            "current": false,
-            "max": false,
-            "min": false,
-            "show": true,
-            "total": false,
-            "values": false
-          },
-          "lines": true,
-          "linewidth": 2,
-          "links": [],
-          "nullPointMode": "connected",
-          "percentage": false,
-          "pointradius": 5,
-          "points": false,
-          "renderer": "flot",
-          "seriesOverrides": [],
-          "span": 3,
-          "stack": false,
-          "steppedLine": false,
-          "targets": [
-            {
-              "refId": "A",
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
-            }
-          ],
-          "thresholds": [
-            {
-              "value": 10,
-              "op": "gt",
-              "fill": true,
-              "line": true,
-              "colorMode": "warning",
-              "fillColor": "rgba(235, 138, 14, 0.12)",
-              "lineColor": "rgba(247, 149, 32, 0.60)"
-            }
-          ],
-          "timeFrom": null,
-          "timeShift": null,
-          "title": "Fast Warning panel",
-          "tooltip": {
-            "msResolution": false,
-            "shared": true,
-            "sort": 0,
-            "value_type": "cumulative"
-          },
-          "type": "graph",
-          "xaxis": {
-            "show": true
-          },
-          "yaxes": [
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            },
-            {
-              "format": "short",
-              "label": null,
-              "logBase": 1,
-              "max": null,
-              "min": null,
-              "show": true
-            }
-          ]
-        }
-      ],
-      "title": "New row"
-    },
-    {
-      "title": "New row",
-      "height": "250px",
-      "editable": true,
-      "collapse": false,
-      "panels": [
-        {
-          "title": "Alert below value",
-          "error": false,
-          "span": 3,
-          "editable": true,
-          "type": "graph",
-          "isNew": true,
-          "id": 17,
-          "targets": [
-            {
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)",
-              "refId": "A"
-            }
-          ],
-          "datasource": "${DS_GRAPHITE}",
-          "renderer": "flot",
-          "yaxes": [
-            {
-              "label": null,
-              "show": true,
-              "logBase": 1,
-              "min": null,
-              "max": null,
-              "format": "short"
-            },
-            {
-              "label": null,
-              "show": true,
-              "logBase": 1,
-              "min": null,
-              "max": null,
-              "format": "short"
-            }
-          ],
-          "xaxis": {
-            "show": true
-          },
-          "alert": {
-            "conditions": [
-              {
-                "type": "query",
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "type": "avg",
-                  "params": []
-                },
-                "evaluator": {
-                  "type": "lt",
-                  "params": [
-                    20
-                  ]
-                }
-              }
-            ],
-            "severity": "critical",
-            "frequency": "60s",
-            "handler": 1,
-            "notifications": [],
-            "name": "Alert below value",
-            "enabled": true
-          },
-          "lines": true,
-          "fill": 1,
-          "linewidth": 2,
-          "points": false,
-          "pointradius": 5,
-          "bars": false,
-          "stack": false,
-          "percentage": false,
-          "legend": {
-            "show": true,
-            "values": false,
-            "min": false,
-            "max": false,
-            "current": false,
-            "total": false,
-            "avg": false
-          },
-          "nullPointMode": "connected",
-          "steppedLine": false,
-          "tooltip": {
-            "value_type": "cumulative",
-            "shared": true,
-            "sort": 0,
-            "msResolution": false
-          },
-          "timeFrom": null,
-          "timeShift": null,
-          "aliasColors": {},
-          "seriesOverrides": [],
-          "thresholds": [
-            {
-              "value": 20,
-              "op": "lt",
-              "fill": true,
-              "line": true,
-              "colorMode": "critical",
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "lineColor": "rgba(237, 46, 24, 0.60)"
-            }
-          ],
-          "links": []
-        },
-        {
-          "title": "Alert is outside range",
-          "error": false,
-          "span": 3,
-          "editable": true,
-          "type": "graph",
-          "isNew": true,
-          "id": 18,
-          "targets": [
-            {
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)",
-              "refId": "A"
-            }
-          ],
-          "datasource": "${DS_GRAPHITE}",
-          "renderer": "flot",
-          "yaxes": [
-            {
-              "label": null,
-              "show": true,
-              "logBase": 1,
-              "min": null,
-              "max": null,
-              "format": "short"
-            },
-            {
-              "label": null,
-              "show": true,
-              "logBase": 1,
-              "min": null,
-              "max": null,
-              "format": "short"
-            }
-          ],
-          "xaxis": {
-            "show": true
-          },
-          "alert": {
-            "conditions": [
-              {
-                "type": "query",
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "type": "avg",
-                  "params": []
-                },
-                "evaluator": {
-                  "type": "outside_range",
-                  "params": [
-                    10,
-                    80
-                  ]
-                }
-              }
-            ],
-            "severity": "critical",
-            "frequency": "10s",
-            "handler": 1,
-            "notifications": [],
-            "name": "Alert is outside range",
-            "enabled": true
-          },
-          "lines": true,
-          "fill": 1,
-          "linewidth": 2,
-          "points": false,
-          "pointradius": 5,
-          "bars": false,
-          "stack": false,
-          "percentage": false,
-          "legend": {
-            "show": true,
-            "values": false,
-            "min": false,
-            "max": false,
-            "current": false,
-            "total": false,
-            "avg": false
-          },
-          "nullPointMode": "connected",
-          "steppedLine": false,
-          "tooltip": {
-            "value_type": "cumulative",
-            "shared": true,
-            "sort": 0,
-            "msResolution": false
-          },
-          "timeFrom": null,
-          "timeShift": null,
-          "aliasColors": {},
-          "seriesOverrides": [],
-          "thresholds": [
-            {
-              "value": 10,
-              "op": "lt",
-              "fill": true,
-              "line": true,
-              "colorMode": "critical",
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "lineColor": "rgba(237, 46, 24, 0.60)"
-            },
-            {
-              "value": 80,
-              "op": "gt",
-              "fill": true,
-              "line": true,
-              "colorMode": "critical",
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "lineColor": "rgba(237, 46, 24, 0.60)"
-            }
-          ],
-          "links": []
-        },
-        {
-          "title": "Alert is within range",
-          "error": false,
-          "span": 3,
-          "editable": true,
-          "type": "graph",
-          "isNew": true,
-          "id": 19,
-          "targets": [
-            {
-              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)",
-              "refId": "A"
-            }
-          ],
-          "datasource": "${DS_GRAPHITE}",
-          "renderer": "flot",
-          "yaxes": [
-            {
-              "label": null,
-              "show": true,
-              "logBase": 1,
-              "min": null,
-              "max": null,
-              "format": "short"
-            },
-            {
-              "label": null,
-              "show": true,
-              "logBase": 1,
-              "min": null,
-              "max": null,
-              "format": "short"
-            }
-          ],
-          "xaxis": {
-            "show": true
-          },
-          "alert": {
-            "conditions": [
-              {
-                "type": "query",
-                "query": {
-                  "params": [
-                    "A",
-                    "5m",
-                    "now"
-                  ]
-                },
-                "reducer": {
-                  "type": "avg",
-                  "params": []
-                },
-                "evaluator": {
-                  "type": "within_range",
-                  "params": [
-                    60,
-                    80
-                  ]
-                }
-              }
-            ],
-            "severity": "critical",
-            "frequency": "10s",
-            "handler": 1,
-            "notifications": [],
-            "name": "Alert is within range",
-            "enabled": true
-          },
-          "lines": true,
-          "fill": 1,
-          "linewidth": 2,
-          "points": false,
-          "pointradius": 5,
-          "bars": false,
-          "stack": false,
-          "percentage": false,
-          "legend": {
-            "show": true,
-            "values": false,
-            "min": false,
-            "max": false,
-            "current": false,
-            "total": false,
-            "avg": false
-          },
-          "nullPointMode": "connected",
-          "steppedLine": false,
-          "tooltip": {
-            "value_type": "cumulative",
-            "shared": true,
-            "sort": 0,
-            "msResolution": false
-          },
-          "timeFrom": null,
-          "timeShift": null,
-          "aliasColors": {},
-          "seriesOverrides": [],
-          "thresholds": [
-            {
-              "value": 60,
-              "op": "gt",
-              "fill": true,
-              "line": true,
-              "colorMode": "critical",
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "lineColor": "rgba(237, 46, 24, 0.60)"
-            },
-            {
-              "value": 80,
-              "op": "lt",
-              "fill": true,
-              "line": true,
-              "colorMode": "critical",
-              "fillColor": "rgba(234, 112, 112, 0.12)",
-              "lineColor": "rgba(237, 46, 24, 0.60)"
-            }
-          ],
-          "links": []
-        }
-      ]
-    }
-  ],
-  "time": {
-    "from": "now-6h",
-    "to": "now"
-  },
-  "timepicker": {
-    "refresh_intervals": [
-      "5s",
-      "10s",
-      "30s",
-      "1m",
-      "5m",
-      "15m",
-      "30m",
-      "1h",
-      "2h",
-      "1d"
-    ],
-    "time_options": [
-      "5m",
-      "15m",
-      "1h",
-      "6h",
-      "12h",
-      "24h",
-      "2d",
-      "7d",
-      "30d"
+        "datasource": null,
+        "hide": 0,
+        "includeAll": false,
+        "multi": false,
+        "name": "apa",
+        "options": [
+          {
+            "selected": true,
+            "text": "fakesite",
+            "value": "fakesite"
+          }
+        ],
+        "query": "fakesite",
+        "refresh": 0,
+        "type": "custom"
+      }
     ]
   },
-  "templating": {
-    "list": []
-  },
   "annotations": {
     "list": []
   },
   "schemaVersion": 13,
-  "version": 50,
+  "version": 15,
   "links": [],
   "gnetId": null
 }

+ 2216 - 0
examples/alerting-multiple-alerts.json

@@ -0,0 +1,2216 @@
+{
+  "__inputs": [
+    {
+      "name": "DS_GRAPHITE",
+      "label": "graphite",
+      "description": "",
+      "type": "datasource",
+      "pluginId": "graphite",
+      "pluginName": "Graphite"
+    }
+  ],
+  "__requires": [
+    {
+      "type": "panel",
+      "id": "graph",
+      "name": "Graph",
+      "version": ""
+    },
+    {
+      "type": "grafana",
+      "id": "grafana",
+      "name": "Grafana",
+      "version": "3.1.0"
+    },
+    {
+      "type": "datasource",
+      "id": "graphite",
+      "name": "Graphite",
+      "version": "1.0.0"
+    }
+  ],
+  "id": null,
+  "title": "Dashboard with many alerts",
+  "tags": [],
+  "style": "dark",
+  "timezone": "browser",
+  "editable": true,
+  "hideControls": false,
+  "sharedCrosshair": false,
+  "rows": [
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    30
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "sum"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Critical alert panel",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {},
+          "id": 1,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 30
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    30
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "sum"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Critical alert panel",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {},
+          "id": 5,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 30
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    30
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "sum"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Critical alert panel",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {},
+          "id": 6,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 30
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    30
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "sum"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Critical alert panel",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "grid": {},
+          "id": 8,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 30
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        }
+      ],
+      "title": "Row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    20
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Warning panel alert",
+            "notifications": [],
+            "severity": "warning"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 2,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "warning",
+              "fill": true,
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "line": true,
+              "lineColor": "rgba(247, 149, 32, 0.60)",
+              "op": "gt",
+              "value": 20
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    20
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Warning panel alert",
+            "notifications": [],
+            "severity": "warning"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 3,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "warning",
+              "fill": true,
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "line": true,
+              "lineColor": "rgba(247, 149, 32, 0.60)",
+              "op": "gt",
+              "value": 20
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    20
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Warning panel alert",
+            "notifications": [],
+            "severity": "warning"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 4,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "warning",
+              "fill": true,
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "line": true,
+              "lineColor": "rgba(247, 149, 32, 0.60)",
+              "op": "gt",
+              "value": 20
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    20
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "60s",
+            "handler": 1,
+            "name": "Warning panel alert",
+            "notifications": [],
+            "severity": "warning"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 7,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "warning",
+              "fill": true,
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "line": true,
+              "lineColor": "rgba(247, 149, 32, 0.60)",
+              "op": "gt",
+              "value": 20
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    50
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "10s",
+            "handler": 1,
+            "name": "Fast Critical panel alert",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 9,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 50
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    50
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "10s",
+            "handler": 1,
+            "name": "Fast Critical panel alert",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 10,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 50
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    50
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "10s",
+            "handler": 1,
+            "name": "Fast Critical panel alert",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 11,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 50
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "conditions": [
+              {
+                "evaluator": {
+                  "params": [
+                    50
+                  ],
+                  "type": "gt"
+                },
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "params": [],
+                  "type": "avg"
+                },
+                "type": "query"
+              }
+            ],
+            "enabled": true,
+            "frequency": "10s",
+            "handler": 1,
+            "name": "Fast Critical panel alert",
+            "notifications": [],
+            "severity": "critical"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 12,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "colorMode": "critical",
+              "fill": true,
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "line": true,
+              "lineColor": "rgba(237, 46, 24, 0.60)",
+              "op": "gt",
+              "value": 50
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Critical panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "collapse": false,
+      "editable": true,
+      "height": "250px",
+      "panels": [
+        {
+          "alert": {
+            "enabled": true,
+            "conditions": [
+              {
+                "type": "query",
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "type": "avg",
+                  "params": []
+                },
+                "evaluator": {
+                  "type": "gt",
+                  "params": [
+                    10
+                  ]
+                }
+              }
+            ],
+            "severity": "warning",
+            "frequency": "1s",
+            "handler": 1,
+            "notifications": [],
+            "name": "Fast Warning panel alert"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 13,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "value": 10,
+              "op": "gt",
+              "fill": true,
+              "line": true,
+              "colorMode": "warning",
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "lineColor": "rgba(247, 149, 32, 0.60)"
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "enabled": true,
+            "conditions": [
+              {
+                "type": "query",
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "type": "avg",
+                  "params": []
+                },
+                "evaluator": {
+                  "type": "gt",
+                  "params": [
+                    10
+                  ]
+                }
+              }
+            ],
+            "severity": "warning",
+            "frequency": "1s",
+            "handler": 1,
+            "notifications": [],
+            "name": "Fast Warning panel alert"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 14,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "value": 10,
+              "op": "gt",
+              "fill": true,
+              "line": true,
+              "colorMode": "warning",
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "lineColor": "rgba(247, 149, 32, 0.60)"
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "enabled": true,
+            "conditions": [
+              {
+                "type": "query",
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "type": "avg",
+                  "params": []
+                },
+                "evaluator": {
+                  "type": "gt",
+                  "params": [
+                    10
+                  ]
+                }
+              }
+            ],
+            "severity": "warning",
+            "frequency": "1s",
+            "handler": 1,
+            "notifications": [],
+            "name": "Fast Warning panel alert"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 15,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "value": 10,
+              "op": "gt",
+              "fill": true,
+              "line": true,
+              "colorMode": "warning",
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "lineColor": "rgba(247, 149, 32, 0.60)"
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        },
+        {
+          "alert": {
+            "enabled": true,
+            "conditions": [
+              {
+                "type": "query",
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "type": "avg",
+                  "params": []
+                },
+                "evaluator": {
+                  "type": "gt",
+                  "params": [
+                    10
+                  ]
+                }
+              }
+            ],
+            "severity": "warning",
+            "frequency": "1s",
+            "handler": 1,
+            "notifications": [],
+            "name": "Fast Warning panel alert"
+          },
+          "aliasColors": {},
+          "bars": false,
+          "datasource": "${DS_GRAPHITE}",
+          "editable": true,
+          "error": false,
+          "fill": 1,
+          "id": 16,
+          "isNew": true,
+          "legend": {
+            "avg": false,
+            "current": false,
+            "max": false,
+            "min": false,
+            "show": true,
+            "total": false,
+            "values": false
+          },
+          "lines": true,
+          "linewidth": 2,
+          "links": [],
+          "nullPointMode": "connected",
+          "percentage": false,
+          "pointradius": 5,
+          "points": false,
+          "renderer": "flot",
+          "seriesOverrides": [],
+          "span": 3,
+          "stack": false,
+          "steppedLine": false,
+          "targets": [
+            {
+              "refId": "A",
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)"
+            }
+          ],
+          "thresholds": [
+            {
+              "value": 10,
+              "op": "gt",
+              "fill": true,
+              "line": true,
+              "colorMode": "warning",
+              "fillColor": "rgba(235, 138, 14, 0.12)",
+              "lineColor": "rgba(247, 149, 32, 0.60)"
+            }
+          ],
+          "timeFrom": null,
+          "timeShift": null,
+          "title": "Fast Warning panel",
+          "tooltip": {
+            "msResolution": false,
+            "shared": true,
+            "sort": 0,
+            "value_type": "cumulative"
+          },
+          "type": "graph",
+          "xaxis": {
+            "show": true
+          },
+          "yaxes": [
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            },
+            {
+              "format": "short",
+              "label": null,
+              "logBase": 1,
+              "max": null,
+              "min": null,
+              "show": true
+            }
+          ]
+        }
+      ],
+      "title": "New row"
+    },
+    {
+      "title": "New row",
+      "height": "250px",
+      "editable": true,
+      "collapse": false,
+      "panels": [
+        {
+          "title": "Alert below value",
+          "error": false,
+          "span": 3,
+          "editable": true,
+          "type": "graph",
+          "isNew": true,
+          "id": 17,
+          "targets": [
+            {
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)",
+              "refId": "A"
+            }
+          ],
+          "datasource": "${DS_GRAPHITE}",
+          "renderer": "flot",
+          "yaxes": [
+            {
+              "label": null,
+              "show": true,
+              "logBase": 1,
+              "min": null,
+              "max": null,
+              "format": "short"
+            },
+            {
+              "label": null,
+              "show": true,
+              "logBase": 1,
+              "min": null,
+              "max": null,
+              "format": "short"
+            }
+          ],
+          "xaxis": {
+            "show": true
+          },
+          "alert": {
+            "conditions": [
+              {
+                "type": "query",
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "type": "avg",
+                  "params": []
+                },
+                "evaluator": {
+                  "type": "lt",
+                  "params": [
+                    20
+                  ]
+                }
+              }
+            ],
+            "severity": "critical",
+            "frequency": "60s",
+            "handler": 1,
+            "notifications": [],
+            "name": "Alert below value",
+            "enabled": true
+          },
+          "lines": true,
+          "fill": 1,
+          "linewidth": 2,
+          "points": false,
+          "pointradius": 5,
+          "bars": false,
+          "stack": false,
+          "percentage": false,
+          "legend": {
+            "show": true,
+            "values": false,
+            "min": false,
+            "max": false,
+            "current": false,
+            "total": false,
+            "avg": false
+          },
+          "nullPointMode": "connected",
+          "steppedLine": false,
+          "tooltip": {
+            "value_type": "cumulative",
+            "shared": true,
+            "sort": 0,
+            "msResolution": false
+          },
+          "timeFrom": null,
+          "timeShift": null,
+          "aliasColors": {},
+          "seriesOverrides": [],
+          "thresholds": [
+            {
+              "value": 20,
+              "op": "lt",
+              "fill": true,
+              "line": true,
+              "colorMode": "critical",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "lineColor": "rgba(237, 46, 24, 0.60)"
+            }
+          ],
+          "links": []
+        },
+        {
+          "title": "Alert is outside range",
+          "error": false,
+          "span": 3,
+          "editable": true,
+          "type": "graph",
+          "isNew": true,
+          "id": 18,
+          "targets": [
+            {
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)",
+              "refId": "A"
+            }
+          ],
+          "datasource": "${DS_GRAPHITE}",
+          "renderer": "flot",
+          "yaxes": [
+            {
+              "label": null,
+              "show": true,
+              "logBase": 1,
+              "min": null,
+              "max": null,
+              "format": "short"
+            },
+            {
+              "label": null,
+              "show": true,
+              "logBase": 1,
+              "min": null,
+              "max": null,
+              "format": "short"
+            }
+          ],
+          "xaxis": {
+            "show": true
+          },
+          "alert": {
+            "conditions": [
+              {
+                "type": "query",
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "type": "avg",
+                  "params": []
+                },
+                "evaluator": {
+                  "type": "outside_range",
+                  "params": [
+                    10,
+                    80
+                  ]
+                }
+              }
+            ],
+            "severity": "critical",
+            "frequency": "10s",
+            "handler": 1,
+            "notifications": [],
+            "name": "Alert is outside range",
+            "enabled": true
+          },
+          "lines": true,
+          "fill": 1,
+          "linewidth": 2,
+          "points": false,
+          "pointradius": 5,
+          "bars": false,
+          "stack": false,
+          "percentage": false,
+          "legend": {
+            "show": true,
+            "values": false,
+            "min": false,
+            "max": false,
+            "current": false,
+            "total": false,
+            "avg": false
+          },
+          "nullPointMode": "connected",
+          "steppedLine": false,
+          "tooltip": {
+            "value_type": "cumulative",
+            "shared": true,
+            "sort": 0,
+            "msResolution": false
+          },
+          "timeFrom": null,
+          "timeShift": null,
+          "aliasColors": {},
+          "seriesOverrides": [],
+          "thresholds": [
+            {
+              "value": 10,
+              "op": "lt",
+              "fill": true,
+              "line": true,
+              "colorMode": "critical",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "lineColor": "rgba(237, 46, 24, 0.60)"
+            },
+            {
+              "value": 80,
+              "op": "gt",
+              "fill": true,
+              "line": true,
+              "colorMode": "critical",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "lineColor": "rgba(237, 46, 24, 0.60)"
+            }
+          ],
+          "links": []
+        },
+        {
+          "title": "Alert is within range",
+          "error": false,
+          "span": 3,
+          "editable": true,
+          "type": "graph",
+          "isNew": true,
+          "id": 19,
+          "targets": [
+            {
+              "target": "aliasByNode(statsd.fakesite.counters.session_start.*.count, 4)",
+              "refId": "A"
+            }
+          ],
+          "datasource": "${DS_GRAPHITE}",
+          "renderer": "flot",
+          "yaxes": [
+            {
+              "label": null,
+              "show": true,
+              "logBase": 1,
+              "min": null,
+              "max": null,
+              "format": "short"
+            },
+            {
+              "label": null,
+              "show": true,
+              "logBase": 1,
+              "min": null,
+              "max": null,
+              "format": "short"
+            }
+          ],
+          "xaxis": {
+            "show": true
+          },
+          "alert": {
+            "conditions": [
+              {
+                "type": "query",
+                "query": {
+                  "params": [
+                    "A",
+                    "5m",
+                    "now"
+                  ]
+                },
+                "reducer": {
+                  "type": "avg",
+                  "params": []
+                },
+                "evaluator": {
+                  "type": "within_range",
+                  "params": [
+                    60,
+                    80
+                  ]
+                }
+              }
+            ],
+            "severity": "critical",
+            "frequency": "10s",
+            "handler": 1,
+            "notifications": [],
+            "name": "Alert is within range",
+            "enabled": true
+          },
+          "lines": true,
+          "fill": 1,
+          "linewidth": 2,
+          "points": false,
+          "pointradius": 5,
+          "bars": false,
+          "stack": false,
+          "percentage": false,
+          "legend": {
+            "show": true,
+            "values": false,
+            "min": false,
+            "max": false,
+            "current": false,
+            "total": false,
+            "avg": false
+          },
+          "nullPointMode": "connected",
+          "steppedLine": false,
+          "tooltip": {
+            "value_type": "cumulative",
+            "shared": true,
+            "sort": 0,
+            "msResolution": false
+          },
+          "timeFrom": null,
+          "timeShift": null,
+          "aliasColors": {},
+          "seriesOverrides": [],
+          "thresholds": [
+            {
+              "value": 60,
+              "op": "gt",
+              "fill": true,
+              "line": true,
+              "colorMode": "critical",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "lineColor": "rgba(237, 46, 24, 0.60)"
+            },
+            {
+              "value": 80,
+              "op": "lt",
+              "fill": true,
+              "line": true,
+              "colorMode": "critical",
+              "fillColor": "rgba(234, 112, 112, 0.12)",
+              "lineColor": "rgba(237, 46, 24, 0.60)"
+            }
+          ],
+          "links": []
+        }
+      ]
+    }
+  ],
+  "time": {
+    "from": "now-6h",
+    "to": "now"
+  },
+  "timepicker": {
+    "refresh_intervals": [
+      "5s",
+      "10s",
+      "30s",
+      "1m",
+      "5m",
+      "15m",
+      "30m",
+      "1h",
+      "2h",
+      "1d"
+    ],
+    "time_options": [
+      "5m",
+      "15m",
+      "1h",
+      "6h",
+      "12h",
+      "24h",
+      "2d",
+      "7d",
+      "30d"
+    ]
+  },
+  "templating": {
+    "list": []
+  },
+  "annotations": {
+    "list": []
+  },
+  "schemaVersion": 13,
+  "version": 50,
+  "links": [],
+  "gnetId": null
+}