dash-without-id.json 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. {
  2. "title": "Influxdb",
  3. "tags": [
  4. "apa"
  5. ],
  6. "style": "dark",
  7. "timezone": "browser",
  8. "editable": true,
  9. "hideControls": false,
  10. "sharedCrosshair": false,
  11. "rows": [
  12. {
  13. "collapse": false,
  14. "editable": true,
  15. "height": "450px",
  16. "panels": [
  17. {
  18. "alert": {
  19. "conditions": [
  20. {
  21. "evaluator": {
  22. "params": [
  23. 10
  24. ],
  25. "type": "gt"
  26. },
  27. "query": {
  28. "params": [
  29. "B",
  30. "5m",
  31. "now"
  32. ]
  33. },
  34. "reducer": {
  35. "params": [],
  36. "type": "avg"
  37. },
  38. "type": "query"
  39. }
  40. ],
  41. "frequency": "3s",
  42. "handler": 1,
  43. "name": "Influxdb",
  44. "noDataState": "no_data",
  45. "notifications": [
  46. {
  47. "uid": "notifier1"
  48. },
  49. {
  50. "id": 2
  51. }
  52. ]
  53. },
  54. "alerting": {},
  55. "aliasColors": {
  56. "logins.count.count": "#890F02"
  57. },
  58. "bars": false,
  59. "datasource": "InfluxDB",
  60. "editable": true,
  61. "error": false,
  62. "fill": 1,
  63. "grid": {},
  64. "id": 1,
  65. "interval": ">10s",
  66. "isNew": true,
  67. "legend": {
  68. "avg": false,
  69. "current": false,
  70. "max": false,
  71. "min": false,
  72. "show": true,
  73. "total": false,
  74. "values": false
  75. },
  76. "lines": true,
  77. "linewidth": 2,
  78. "links": [],
  79. "nullPointMode": "connected",
  80. "percentage": false,
  81. "pointradius": 5,
  82. "points": false,
  83. "renderer": "flot",
  84. "seriesOverrides": [],
  85. "span": 10,
  86. "stack": false,
  87. "steppedLine": false,
  88. "targets": [
  89. {
  90. "groupBy": [
  91. {
  92. "params": [
  93. "$interval"
  94. ],
  95. "type": "time"
  96. },
  97. {
  98. "params": [
  99. "datacenter"
  100. ],
  101. "type": "tag"
  102. },
  103. {
  104. "params": [
  105. "none"
  106. ],
  107. "type": "fill"
  108. }
  109. ],
  110. "hide": false,
  111. "measurement": "logins.count",
  112. "policy": "default",
  113. "query": "SELECT 8 * count(\"value\") FROM \"logins.count\" WHERE $timeFilter GROUP BY time($interval), \"datacenter\" fill(none)",
  114. "rawQuery": true,
  115. "refId": "B",
  116. "resultFormat": "time_series",
  117. "select": [
  118. [
  119. {
  120. "params": [
  121. "value"
  122. ],
  123. "type": "field"
  124. },
  125. {
  126. "params": [],
  127. "type": "count"
  128. }
  129. ]
  130. ],
  131. "tags": []
  132. },
  133. {
  134. "groupBy": [
  135. {
  136. "params": [
  137. "$interval"
  138. ],
  139. "type": "time"
  140. },
  141. {
  142. "params": [
  143. "null"
  144. ],
  145. "type": "fill"
  146. }
  147. ],
  148. "hide": true,
  149. "measurement": "cpu",
  150. "policy": "default",
  151. "refId": "A",
  152. "resultFormat": "time_series",
  153. "select": [
  154. [
  155. {
  156. "params": [
  157. "value"
  158. ],
  159. "type": "field"
  160. },
  161. {
  162. "params": [],
  163. "type": "mean"
  164. }
  165. ],
  166. [
  167. {
  168. "params": [
  169. "value"
  170. ],
  171. "type": "field"
  172. },
  173. {
  174. "params": [],
  175. "type": "sum"
  176. }
  177. ]
  178. ],
  179. "tags": []
  180. }
  181. ],
  182. "thresholds": [
  183. {
  184. "colorMode": "critical",
  185. "fill": true,
  186. "line": true,
  187. "op": "gt",
  188. "value": 10
  189. }
  190. ],
  191. "timeFrom": null,
  192. "timeShift": null,
  193. "title": "Panel Title",
  194. "tooltip": {
  195. "msResolution": false,
  196. "ordering": "alphabetical",
  197. "shared": true,
  198. "sort": 0,
  199. "value_type": "cumulative"
  200. },
  201. "type": "graph",
  202. "xaxis": {
  203. "mode": "time",
  204. "name": null,
  205. "show": true,
  206. "values": []
  207. },
  208. "yaxes": [
  209. {
  210. "format": "short",
  211. "logBase": 1,
  212. "max": null,
  213. "min": null,
  214. "show": true
  215. },
  216. {
  217. "format": "short",
  218. "logBase": 1,
  219. "max": null,
  220. "min": null,
  221. "show": true
  222. }
  223. ]
  224. },
  225. {
  226. "editable": true,
  227. "error": false,
  228. "id": 2,
  229. "isNew": true,
  230. "limit": 10,
  231. "links": [],
  232. "show": "current",
  233. "span": 2,
  234. "stateFilter": [
  235. "alerting"
  236. ],
  237. "title": "Alert status",
  238. "type": "alertlist"
  239. }
  240. ],
  241. "title": "Row"
  242. }
  243. ],
  244. "time": {
  245. "from": "now-5m",
  246. "to": "now"
  247. },
  248. "timepicker": {
  249. "now": true,
  250. "refresh_intervals": [
  251. "5s",
  252. "10s",
  253. "30s",
  254. "1m",
  255. "5m",
  256. "15m",
  257. "30m",
  258. "1h",
  259. "2h",
  260. "1d"
  261. ],
  262. "time_options": [
  263. "5m",
  264. "15m",
  265. "1h",
  266. "6h",
  267. "12h",
  268. "24h",
  269. "2d",
  270. "7d",
  271. "30d"
  272. ]
  273. },
  274. "templating": {
  275. "list": []
  276. },
  277. "annotations": {
  278. "list": []
  279. },
  280. "schemaVersion": 13,
  281. "version": 120,
  282. "links": [],
  283. "gnetId": null
  284. }