parallel-coordinate.json 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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. "target": {
  12. "limit": 100,
  13. "matchAny": false,
  14. "tags": [],
  15. "type": "dashboard"
  16. },
  17. "type": "dashboard"
  18. }
  19. ]
  20. },
  21. "editable": true,
  22. "fiscalYearStartMonth": 0,
  23. "graphTooltip": 0,
  24. "id": 21,
  25. "iteration": 1644431955119,
  26. "links": [],
  27. "liveNow": false,
  28. "panels": [
  29. {
  30. "datasource": {
  31. "type": "postgres",
  32. "uid": "telemetry-postgres"
  33. },
  34. "gridPos": {
  35. "h": 17,
  36. "w": 24,
  37. "x": 0,
  38. "y": 0
  39. },
  40. "id": 2,
  41. "options": {
  42. "axisDisplay": "left",
  43. "axisTitleAngle": 0,
  44. "colorBy": "node",
  45. "colorContinous": "RdYlBu",
  46. "colorLegend": [
  47. "#1f77b4",
  48. "#ff7f0e",
  49. "#2ca02c",
  50. "#d62728",
  51. "#9467bd",
  52. "#8c564b",
  53. "#e377c2",
  54. "#7f7f7f",
  55. "#bcbd22",
  56. "#17becf"
  57. ],
  58. "lineOpacity": 0.5,
  59. "violinEnable": true,
  60. "violinResolution": 20,
  61. "violinWidth": 20
  62. },
  63. "targets": [
  64. {
  65. "datasource": {
  66. "type": "postgres",
  67. "uid": "telemetry-postgres"
  68. },
  69. "format": "time_series",
  70. "group": [],
  71. "metricColumn": "none",
  72. "rawQuery": true,
  73. "rawSql": "SELECT $__timeGroupAlias(\"time\",$__interval),\navg(CAST(value AS decimal)) as \"memory_power\",\nCONCAT('| ',system) AS name\nFROM timeseries_metrics\nWHERE \n$__timeFilter(time) AND \nlabel= 'PowerMetrics TotalMemoryPower' AND \nsystem IN ($ServiceTag)\nGROUP BY\ntime, name\nORDER BY time;",
  74. "refId": "memory_power",
  75. "select": [
  76. [
  77. {
  78. "params": [
  79. "value"
  80. ],
  81. "type": "column"
  82. }
  83. ]
  84. ],
  85. "timeColumn": "time",
  86. "where": [
  87. {
  88. "name": "$__timeFilter",
  89. "params": [],
  90. "type": "macro"
  91. }
  92. ]
  93. },
  94. {
  95. "datasource": {
  96. "type": "postgres",
  97. "uid": "telemetry-postgres"
  98. },
  99. "format": "time_series",
  100. "group": [],
  101. "hide": false,
  102. "metricColumn": "none",
  103. "rawQuery": true,
  104. "rawSql": "SELECT $__timeGroupAlias(\"time\",$__interval),\navg(CAST(value AS decimal)) as \"power_consumption\",\nCONCAT('| ',system) AS name\nFROM timeseries_metrics\nWHERE \n$__timeFilter(time) AND \nlabel= 'PowerMetrics SystemPowerConsumption' AND \nsystem IN ($ServiceTag)\nGROUP BY\ntime, name\nORDER BY time;",
  105. "refId": "power_consumption",
  106. "select": [
  107. [
  108. {
  109. "params": [
  110. "value"
  111. ],
  112. "type": "column"
  113. }
  114. ]
  115. ],
  116. "timeColumn": "time",
  117. "where": [
  118. {
  119. "name": "$__timeFilter",
  120. "params": [],
  121. "type": "macro"
  122. }
  123. ]
  124. },
  125. {
  126. "datasource": {
  127. "type": "postgres",
  128. "uid": "telemetry-postgres"
  129. },
  130. "format": "time_series",
  131. "group": [],
  132. "hide": false,
  133. "metricColumn": "none",
  134. "rawQuery": true,
  135. "rawSql": "SELECT $__timeGroupAlias(\"time\",$__interval),\navg(CAST(value AS decimal)) as \"cpu_power\",\nCONCAT('| ',system) AS name\nFROM timeseries_metrics\nWHERE \n$__timeFilter(time) AND \nlabel= 'PowerMetrics TotalCPUPower' AND \nsystem IN ($ServiceTag)\nGROUP BY\ntime, name\nORDER BY time;",
  136. "refId": "cpu_power",
  137. "select": [
  138. [
  139. {
  140. "params": [
  141. "value"
  142. ],
  143. "type": "column"
  144. }
  145. ]
  146. ],
  147. "timeColumn": "time",
  148. "where": [
  149. {
  150. "name": "$__timeFilter",
  151. "params": [],
  152. "type": "macro"
  153. }
  154. ]
  155. },
  156. {
  157. "datasource": {
  158. "type": "postgres",
  159. "uid": "telemetry-postgres"
  160. },
  161. "format": "time_series",
  162. "group": [],
  163. "hide": false,
  164. "metricColumn": "none",
  165. "rawQuery": true,
  166. "rawSql": "SELECT $__timeGroupAlias(\"time\",$__interval),\navg(CAST(value AS decimal)) as \"cpu1_temp\",\nCONCAT('| ',system) AS name\nFROM timeseries_metrics\nWHERE \n$__timeFilter(time) AND \nlabel= 'CPU1 Temp TemperatureReading' AND \nsystem IN ($ServiceTag)\nGROUP BY\ntime, name\nORDER BY time;",
  167. "refId": "cpu1_temp",
  168. "select": [
  169. [
  170. {
  171. "params": [
  172. "value"
  173. ],
  174. "type": "column"
  175. }
  176. ]
  177. ],
  178. "timeColumn": "time",
  179. "where": [
  180. {
  181. "name": "$__timeFilter",
  182. "params": [],
  183. "type": "macro"
  184. }
  185. ]
  186. },
  187. {
  188. "datasource": {
  189. "type": "postgres",
  190. "uid": "telemetry-postgres"
  191. },
  192. "format": "time_series",
  193. "group": [],
  194. "hide": false,
  195. "metricColumn": "none",
  196. "rawQuery": true,
  197. "rawSql": "SELECT $__timeGroupAlias(\"time\",$__interval),\navg(CAST(value AS decimal)) as \"cpu2_temp\",\nCONCAT('| ',system) AS name\nFROM timeseries_metrics\nWHERE \n$__timeFilter(time) AND \nlabel= 'CPU2 Temp TemperatureReading' AND \nsystem IN ($ServiceTag)\nGROUP BY\ntime, name\nORDER BY time;",
  198. "refId": "cpu2_temp",
  199. "select": [
  200. [
  201. {
  202. "params": [
  203. "value"
  204. ],
  205. "type": "column"
  206. }
  207. ]
  208. ],
  209. "timeColumn": "time",
  210. "where": [
  211. {
  212. "name": "$__timeFilter",
  213. "params": [],
  214. "type": "macro"
  215. }
  216. ]
  217. },
  218. {
  219. "datasource": {
  220. "type": "postgres",
  221. "uid": "telemetry-postgres"
  222. },
  223. "format": "time_series",
  224. "group": [],
  225. "hide": false,
  226. "metricColumn": "none",
  227. "rawQuery": true,
  228. "rawSql": "SELECT $__timeGroupAlias(\"time\",$__interval),\navg(CAST(value AS decimal)) as \"NIC1_temp\",\nCONCAT('| ',system) AS name\nFROM timeseries_metrics\nWHERE \n$__timeFilter(time) AND \nlabel= 'Embedded NIC 1 Port 1 Partition 1 TemperatureReading' AND \nsystem IN ($ServiceTag)\nGROUP BY\ntime, name\nORDER BY time;",
  229. "refId": "nic1_temp",
  230. "select": [
  231. [
  232. {
  233. "params": [
  234. "value"
  235. ],
  236. "type": "column"
  237. }
  238. ]
  239. ],
  240. "timeColumn": "time",
  241. "where": [
  242. {
  243. "name": "$__timeFilter",
  244. "params": [],
  245. "type": "macro"
  246. }
  247. ]
  248. },
  249. {
  250. "datasource": {
  251. "type": "postgres",
  252. "uid": "telemetry-postgres"
  253. },
  254. "format": "time_series",
  255. "group": [],
  256. "hide": false,
  257. "metricColumn": "none",
  258. "rawQuery": true,
  259. "rawSql": "SELECT $__timeGroupAlias(\"time\",$__interval),\navg(CAST(value AS decimal)) as \"Fan1_speed\",\nCONCAT('| ',system) AS name\nFROM timeseries_metrics\nWHERE \n$__timeFilter(time) AND \nlabel= 'Fan 1A RPMReading' AND \nsystem IN ($ServiceTag)\nGROUP BY\ntime, name\nORDER BY time;",
  260. "refId": "fan1_speed",
  261. "select": [
  262. [
  263. {
  264. "params": [
  265. "value"
  266. ],
  267. "type": "column"
  268. }
  269. ]
  270. ],
  271. "timeColumn": "time",
  272. "where": [
  273. {
  274. "name": "$__timeFilter",
  275. "params": [],
  276. "type": "macro"
  277. }
  278. ]
  279. }
  280. ],
  281. "title": "Parallel-Coordinate",
  282. "type": "hpcviz-idvl-hpcc-parallel-coordinate"
  283. }
  284. ],
  285. "refresh": "5s",
  286. "schemaVersion": 33,
  287. "style": "dark",
  288. "tags": [],
  289. "templating": {
  290. "list": [
  291. {
  292. "datasource": {
  293. "type": "postgres",
  294. "uid": "telemetry-postgres"
  295. },
  296. "definition": "SELECT DISTINCT system as __value from timeseries_metrics",
  297. "hide": 0,
  298. "includeAll": false,
  299. "multi": true,
  300. "name": "ServiceTag",
  301. "options": [],
  302. "query": "SELECT DISTINCT system as __value from timeseries_metrics",
  303. "refresh": 1,
  304. "regex": "",
  305. "skipUrlSync": false,
  306. "sort": 1,
  307. "type": "query"
  308. }
  309. ]
  310. },
  311. "time": {
  312. "from": "now-7d",
  313. "to": "now"
  314. },
  315. "timepicker": {},
  316. "timezone": "",
  317. "title": "Parallel-Coordinate",
  318. "uid": "pArBHUtnk",
  319. "version": 6,
  320. "weekStart": ""
  321. }