Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.32 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. "id": 26,
  19. "links": [],
  20. "panels": [
  21. {
  22. "aliasColors": {},
  23. "bars": false,
  24. "dashLength": 10,
  25. "dashes": false,
  26. "datasource": "minion-dev (PM)",
  27. "fill": 1,
  28. "fillGradient": 0,
  29. "gridPos": {
  30. "h": 8,
  31. "w": 23,
  32. "x": 0,
  33. "y": 0
  34. },
  35. "id": 2,
  36. "legend": {
  37. "avg": false,
  38. "current": false,
  39. "max": false,
  40. "min": false,
  41. "show": true,
  42. "total": false,
  43. "values": false
  44. },
  45. "lines": true,
  46. "linewidth": 1,
  47. "nullPointMode": "null",
  48. "options": {
  49. "dataLinks": []
  50. },
  51. "percentage": false,
  52. "pointradius": 2,
  53. "points": false,
  54. "renderer": "flot",
  55. "seriesOverrides": [],
  56. "spaceLength": 10,
  57. "stack": false,
  58. "steppedLine": false,
  59. "targets": [
  60. {
  61. "attribute": "hrStorageUsed",
  62. "nodeId": "NODES:ny-nms-1",
  63. "refId": "A",
  64. "resourceId": "hrStorageIndex[_root_fs]",
  65. "type": "attribute"
  66. },
  67. {
  68. "filter": {
  69. "backend": "Java",
  70. "canonicalName": "org.opennms.netmgt.measurements.filters.impl.OutlierFilter",
  71. "description": "Removes outliers and replaces them with interpolated values.",
  72. "name": "Outlier",
  73. "parameter": [
  74. {
  75. "default": null,
  76. "description": "Input column.",
  77. "displayName": "Input",
  78. "key": "inputColumn",
  79. "required": true,
  80. "type": "string"
  81. },
  82. {
  83. "default": "0.95",
  84. "description": "Quantile level. Must be > 0 and <= 1. Any values greater than the calculated percentile will be replaced with an interpolated value.",
  85. "displayName": "Quantile",
  86. "key": "quantile",
  87. "required": false,
  88. "type": "double"
  89. }
  90. ]
  91. },
  92. "filterParameters": {
  93. "inputColumn": "hrStorageUsed"
  94. },
  95. "refId": "B",
  96. "type": "filter"
  97. },
  98. {
  99. "filter": {
  100. "backend": "R",
  101. "canonicalName": "org.opennms.netmgt.measurements.filters.impl.TrendLine",
  102. "description": "Fits a trend line or polynomial to a given column.",
  103. "name": "Trend",
  104. "parameter": [
  105. {
  106. "default": null,
  107. "description": "Input column.",
  108. "displayName": "Input",
  109. "key": "inputColumn",
  110. "required": true,
  111. "type": "string"
  112. },
  113. {
  114. "default": null,
  115. "description": "Output column.",
  116. "displayName": "Output",
  117. "key": "outputColumn",
  118. "required": true,
  119. "type": "string"
  120. },
  121. {
  122. "default": "0",
  123. "description": "Number seconds ahead the of the column for which we want to include the trend line.",
  124. "displayName": "Forecast",
  125. "key": "secondsAhead",
  126. "required": false,
  127. "type": "long"
  128. },
  129. {
  130. "default": "1",
  131. "description": "Polynomial order of the trend line/curve. Set this to 1 for a line.",
  132. "displayName": "Order",
  133. "key": "polynomialOrder",
  134. "required": false,
  135. "type": "int"
  136. }
  137. ]
  138. },
  139. "filterParameters": {
  140. "inputColumn": "hrStorageUsed",
  141. "outputColumn": "hrStorageUsedTrend",
  142. "secondsAhead": "6000"
  143. },
  144. "refId": "C",
  145. "type": "filter"
  146. },
  147. {
  148. "filter": {
  149. "backend": "R",
  150. "canonicalName": "org.opennms.netmgt.measurements.filters.impl.HWForecast",
  151. "description": "Performs Holt-Winters forecasting.",
  152. "name": "HoltWinters",
  153. "parameter": [
  154. {
  155. "default": null,
  156. "description": "Input column.",
  157. "displayName": "Input",
  158. "key": "inputColumn",
  159. "required": true,
  160. "type": "string"
  161. },
  162. {
  163. "default": "HW",
  164. "description": "Output prefix.",
  165. "displayName": "Output",
  166. "key": "outputPrefix",
  167. "required": false,
  168. "type": "string"
  169. },
  170. {
  171. "default": "3",
  172. "description": "Number of periods to forecast.",
  173. "displayName": "# Periods",
  174. "key": "numPeriodsToForecast",
  175. "required": false,
  176. "type": "int"
  177. },
  178. {
  179. "default": null,
  180. "description": "Size of a period in seconds.",
  181. "displayName": "Period",
  182. "key": "periodInSeconds",
  183. "required": true,
  184. "type": "long"
  185. },
  186. {
  187. "default": "0.95",
  188. "description": "Probability used for confidence bounds. Set this to 0 in order to disable the bounds.",
  189. "displayName": "Level",
  190. "key": "confidenceLevel",
  191. "required": false,
  192. "type": "double"
  193. }
  194. ]
  195. },
  196. "filterParameters": {
  197. "inputColumn": "hrStorageUsed",
  198. "numPeriodsToForecast": "8",
  199. "outputPrefix": "Storage",
  200. "periodInSeconds": "600"
  201. },
  202. "refId": "D",
  203. "type": "filter"
  204. }
  205. ],
  206. "thresholds": [],
  207. "timeFrom": null,
  208. "timeRegions": [],
  209. "timeShift": null,
  210. "title": "Panel Title",
  211. "tooltip": {
  212. "shared": true,
  213. "sort": 0,
  214. "value_type": "individual"
  215. },
  216. "type": "graph",
  217. "xaxis": {
  218. "buckets": null,
  219. "mode": "time",
  220. "name": null,
  221. "show": true,
  222. "values": []
  223. },
  224. "yaxes": [
  225. {
  226. "format": "kbytes",
  227. "label": null,
  228. "logBase": 1,
  229. "max": null,
  230. "min": null,
  231. "show": true
  232. },
  233. {
  234. "format": "short",
  235. "label": null,
  236. "logBase": 1,
  237. "max": null,
  238. "min": null,
  239. "show": true
  240. }
  241. ],
  242. "yaxis": {
  243. "align": false,
  244. "alignLevel": null
  245. }
  246. }
  247. ],
  248. "schemaVersion": 19,
  249. "style": "dark",
  250. "tags": [],
  251. "templating": {
  252. "list": []
  253. },
  254. "time": {
  255. "from": "now-6h",
  256. "to": "now+1h"
  257. },
  258. "timepicker": {
  259. "refresh_intervals": [
  260. "5s",
  261. "10s",
  262. "30s",
  263. "1m",
  264. "5m",
  265. "15m",
  266. "30m",
  267. "1h",
  268. "2h",
  269. "1d"
  270. ]
  271. },
  272. "timezone": "",
  273. "title": "trend",
  274. "uid": "m9020i2Zz",
  275. "version": 2
  276. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement