Guest User

Untitled

a guest
Oct 17th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  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. "hideControls": false,
  19. "id": 1542,
  20. "links": [],
  21. "refresh": "2h",
  22. "rows": [
  23. {
  24. "collapse": true,
  25. "height": 250,
  26. "panels": [
  27. {
  28. "aliasColors": {},
  29. "bars": false,
  30. "dashLength": 10,
  31. "dashes": false,
  32. "datasource": "$account",
  33. "fill": 1,
  34. "height": "325",
  35. "id": 64,
  36. "legend": {
  37. "alignAsTable": true,
  38. "avg": false,
  39. "current": false,
  40. "hideEmpty": false,
  41. "hideZero": false,
  42. "max": false,
  43. "min": false,
  44. "rightSide": false,
  45. "show": true,
  46. "total": false,
  47. "values": false
  48. },
  49. "lines": true,
  50. "linewidth": 1,
  51. "links": [],
  52. "nullPointMode": "null",
  53. "percentage": false,
  54. "pointradius": 5,
  55. "points": false,
  56. "renderer": "flot",
  57. "seriesOverrides": [],
  58. "spaceLength": 10,
  59. "span": 4,
  60. "stack": false,
  61. "steppedLine": false,
  62. "targets": [
  63. {
  64. "aggregator": "sum",
  65. "alias": "{{LoadBalancer}}",
  66. "dimensions": {
  67. "LoadBalancer": "$loadbalancer"
  68. },
  69. "downsampleAggregator": "avg",
  70. "downsampleFillPolicy": "none",
  71. "metricName": "ActiveConnectionCount",
  72. "namespace": "AWS/ApplicationELB",
  73. "period": "",
  74. "refId": "A",
  75. "region": "$region",
  76. "statistics": [
  77. "Sum"
  78. ]
  79. }
  80. ],
  81. "thresholds": [],
  82. "timeFrom": null,
  83. "timeShift": null,
  84. "title": "Active",
  85. "tooltip": {
  86. "shared": true,
  87. "sort": 2,
  88. "value_type": "individual"
  89. },
  90. "type": "graph",
  91. "xaxis": {
  92. "buckets": null,
  93. "mode": "time",
  94. "name": null,
  95. "show": true,
  96. "values": []
  97. },
  98. "yaxes": [
  99. {
  100. "format": "short",
  101. "label": null,
  102. "logBase": 1,
  103. "max": null,
  104. "min": null,
  105. "show": true
  106. },
  107. {
  108. "format": "short",
  109. "label": null,
  110. "logBase": 1,
  111. "max": null,
  112. "min": null,
  113. "show": true
  114. }
  115. ]
  116. }
  117. ],
  118. "repeat": null,
  119. "repeatIteration": null,
  120. "repeatRowId": null,
  121. "showTitle": true,
  122. "title": "LB connection",
  123. "titleSize": "h5"
  124. }
  125. ],
  126. "schemaVersion": 14,
  127. "style": "dark",
  128. "tags": [
  129. "aws",
  130. "amgr",
  131. "alb"
  132. ],
  133. "templating": {
  134. "list": [
  135. {
  136. "current": {
  137. "selected": true,
  138. "tags": [],
  139. "text": "CloudWatch 1",
  140. "value": "CloudWatch 1"
  141. },
  142. "hide": 0,
  143. "label": null,
  144. "name": "account",
  145. "options": [],
  146. "query": "cloudwatch",
  147. "refresh": 1,
  148. "regex": "/.*/",
  149. "type": "datasource"
  150. },
  151. {
  152. "allValue": null,
  153. "current": {
  154. "selected": true,
  155. "text": "us-east-1",
  156. "value": "us-east-1"
  157. },
  158. "hide": 0,
  159. "includeAll": false,
  160. "label": "Region",
  161. "multi": false,
  162. "name": "region",
  163. "options": [
  164. {
  165. "selected": true,
  166. "text": "us-east-1",
  167. "value": "us-east-1"
  168. },
  169. {
  170. "selected": false,
  171. "text": "us-west-2",
  172. "value": "us-west-2"
  173. }
  174. ],
  175. "query": "us-east-1,us-west-2",
  176. "type": "custom"
  177. },
  178. {
  179. "allFormat": "glob",
  180. "allValue": null,
  181. "current": {
  182. "selected": false,
  183. "tags": [],
  184. "text": "All",
  185. "value": [
  186. "$__all"
  187. ]
  188. },
  189. "datasource": "$account",
  190. "hide": 0,
  191. "includeAll": true,
  192. "label": "Load Balancers",
  193. "multi": true,
  194. "multiFormat": "pipe",
  195. "name": "loadbalancer",
  196. "options": [],
  197. "query": "dimension_values($region, AWS/ApplicationELB, RequestCount, LoadBalancer)",
  198. "refresh": 1,
  199. "regex": "/.*/",
  200. "sort": 1,
  201. "tagValuesQuery": null,
  202. "tags": [],
  203. "tagsQuery": null,
  204. "type": "query",
  205. "useTags": false
  206. }
  207. ]
  208. },
  209. "time": {
  210. "from": "now-3h",
  211. "to": "now"
  212. },
  213. "timepicker": {
  214. "now": true,
  215. "refresh_intervals": [
  216. "5s",
  217. "10s",
  218. "30s",
  219. "1m",
  220. "5m",
  221. "15m",
  222. "30m",
  223. "1h",
  224. "2h",
  225. "1d"
  226. ],
  227. "time_options": [
  228. "5m",
  229. "15m",
  230. "1h",
  231. "6h",
  232. "12h",
  233. "24h",
  234. "2d",
  235. "7d",
  236. "30d"
  237. ]
  238. },
  239. "timezone": "browser",
  240. "title": "Cloudwatch Debug",
  241. "version": 2
  242. }
Add Comment
Please, Sign In to add comment