overview.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. {
  2. "annotations": {
  3. "list": [
  4. {
  5. "builtIn": 1,
  6. "datasource": "-- Grafana --",
  7. "enable": true,
  8. "hide": true,
  9. "iconColor": "rgba(0, 211, 255, 1)",
  10. "name": "Annotations & Alerts",
  11. "type": "dashboard"
  12. }
  13. ]
  14. },
  15. "editable": true,
  16. "gnetId": null,
  17. "graphTooltip": 0,
  18. "links": [],
  19. "panels": [
  20. {
  21. "aliasColors": {
  22. "Active alerts": "#bf1b00"
  23. },
  24. "bars": false,
  25. "dashLength": 10,
  26. "dashes": false,
  27. "datasource": "Prometheus",
  28. "fill": 1,
  29. "gridPos": {
  30. "h": 12,
  31. "w": 24,
  32. "x": 0,
  33. "y": 0
  34. },
  35. "id": 2,
  36. "interval": "",
  37. "legend": {
  38. "alignAsTable": true,
  39. "avg": false,
  40. "current": true,
  41. "max": false,
  42. "min": false,
  43. "rightSide": true,
  44. "show": true,
  45. "total": false,
  46. "values": true
  47. },
  48. "lines": true,
  49. "linewidth": 2,
  50. "links": [],
  51. "nullPointMode": "null",
  52. "percentage": false,
  53. "pointradius": 5,
  54. "points": false,
  55. "renderer": "flot",
  56. "seriesOverrides": [
  57. {
  58. "alias": "Active grafana instances",
  59. "dashes": true,
  60. "fill": 0
  61. }
  62. ],
  63. "spaceLength": 10,
  64. "stack": false,
  65. "steppedLine": false,
  66. "targets": [
  67. {
  68. "expr": "sum(increase(grafana_alerting_notification_sent_total[1m])) by(job)",
  69. "format": "time_series",
  70. "instant": false,
  71. "interval": "1m",
  72. "intervalFactor": 1,
  73. "legendFormat": "Notifications sent",
  74. "refId": "A"
  75. },
  76. {
  77. "expr": "min(grafana_alerting_active_alerts) without(instance)",
  78. "format": "time_series",
  79. "interval": "1m",
  80. "intervalFactor": 1,
  81. "legendFormat": "Active alerts",
  82. "refId": "B"
  83. },
  84. {
  85. "expr": "count(up{job=\"grafana\"})",
  86. "format": "time_series",
  87. "intervalFactor": 1,
  88. "legendFormat": "Active grafana instances",
  89. "refId": "C"
  90. }
  91. ],
  92. "thresholds": [],
  93. "timeFrom": null,
  94. "timeShift": null,
  95. "title": "Notifications sent vs active alerts",
  96. "tooltip": {
  97. "shared": true,
  98. "sort": 0,
  99. "value_type": "individual"
  100. },
  101. "type": "graph",
  102. "xaxis": {
  103. "buckets": null,
  104. "mode": "time",
  105. "name": null,
  106. "show": true,
  107. "values": []
  108. },
  109. "yaxes": [
  110. {
  111. "format": "short",
  112. "label": null,
  113. "logBase": 1,
  114. "max": null,
  115. "min": "0",
  116. "show": true
  117. },
  118. {
  119. "format": "short",
  120. "label": null,
  121. "logBase": 1,
  122. "max": null,
  123. "min": null,
  124. "show": true
  125. }
  126. ],
  127. "yaxis": {
  128. "align": false,
  129. "alignLevel": 3
  130. }
  131. }
  132. ],
  133. "schemaVersion": 16,
  134. "style": "dark",
  135. "tags": [],
  136. "templating": {
  137. "list": []
  138. },
  139. "time": {
  140. "from": "now-1h",
  141. "to": "now"
  142. },
  143. "timepicker": {
  144. "refresh_intervals": [
  145. "5s",
  146. "10s",
  147. "30s",
  148. "1m",
  149. "5m",
  150. "15m",
  151. "30m",
  152. "1h",
  153. "2h",
  154. "1d"
  155. ],
  156. "time_options": [
  157. "5m",
  158. "15m",
  159. "1h",
  160. "6h",
  161. "12h",
  162. "24h",
  163. "2d",
  164. "7d",
  165. "30d"
  166. ]
  167. },
  168. "timezone": "",
  169. "title": "Overview",
  170. "uid": "xHy7-hAik",
  171. "version": 6
  172. }