carbon_metrics.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "__inputs": [
  3. {
  4. "name": "DS_NAME",
  5. "type": "datasource",
  6. "pluginId": "graphite"
  7. }
  8. ],
  9. "revision": "1.0",
  10. "title": "Graphite Carbon Metrics",
  11. "tags": ["graphite", "carbon"],
  12. "style": "dark",
  13. "timezone": "browser",
  14. "editable": true,
  15. "hideControls": false,
  16. "sharedCrosshair": false,
  17. "rows": [
  18. {
  19. "collapsable": true,
  20. "collapse": false,
  21. "editable": true,
  22. "height": "350px",
  23. "notice": false,
  24. "panels": [
  25. {
  26. "aliasColors": {},
  27. "annotate": {
  28. "enable": false
  29. },
  30. "bars": false,
  31. "datasource": "${DS_NAME}",
  32. "editable": true,
  33. "fill": 0,
  34. "grid": {
  35. "leftLogBase": 1,
  36. "leftMax": null,
  37. "leftMin": null,
  38. "max": null,
  39. "min": 0,
  40. "rightLogBase": 1,
  41. "rightMax": null,
  42. "rightMin": null,
  43. "threshold1": null,
  44. "threshold1Color": "rgba(216, 200, 27, 0.27)",
  45. "threshold2": null,
  46. "threshold2Color": "rgba(234, 112, 112, 0.22)"
  47. },
  48. "id": 1,
  49. "legend": {
  50. "avg": false,
  51. "current": false,
  52. "max": false,
  53. "min": false,
  54. "show": true,
  55. "total": false,
  56. "values": false
  57. },
  58. "lines": true,
  59. "linewidth": 1,
  60. "loadingEditor": false,
  61. "nullPointMode": "null as zero",
  62. "percentage": false,
  63. "pointradius": 5,
  64. "points": false,
  65. "renderer": "flot",
  66. "resolution": 100,
  67. "scale": 1,
  68. "seriesOverrides": [
  69. {
  70. "alias": "Points Per Update",
  71. "yaxis": 2
  72. },
  73. {
  74. "alias": "CPU",
  75. "yaxis": 2
  76. }
  77. ],
  78. "span": 12,
  79. "stack": false,
  80. "steppedLine": false,
  81. "targets": [
  82. {
  83. "refId": "A",
  84. "target": "alias(sumSeries(carbon.agents.*.updateOperations),\"Updates\") "
  85. },
  86. {
  87. "refId": "B",
  88. "target": "alias(sumSeries(carbon.agents.*.metricsReceived),'Metrics Received')"
  89. },
  90. {
  91. "refId": "C",
  92. "target": "alias(sumSeries(carbon.agents.*.committedPoints),'Committed Points')"
  93. },
  94. {
  95. "refId": "D",
  96. "target": "alias(sumSeries(carbon.agents.*.pointsPerUpdate),'Points Per Update')"
  97. },
  98. {
  99. "refId": "E",
  100. "target": "alias(averageSeries(carbon.agents.*.cpuUsage),'CPU')"
  101. },
  102. {
  103. "refId": "F",
  104. "target": "alias(sumSeries(carbon.agents.*.creates),'Creates')"
  105. }
  106. ],
  107. "timeFrom": null,
  108. "timeShift": null,
  109. "title": "Graphite Carbon Metrics",
  110. "tooltip": {
  111. "query_as_alias": true,
  112. "shared": false,
  113. "value_type": "cumulative"
  114. },
  115. "type": "graph",
  116. "x-axis": true,
  117. "y-axis": true,
  118. "y_formats": [
  119. "short",
  120. "short"
  121. ],
  122. "zerofill": true
  123. }
  124. ],
  125. "title": "Row1"
  126. }
  127. ],
  128. "time": {
  129. "from": "now-3h",
  130. "to": "now"
  131. },
  132. "timepicker": {
  133. "collapse": false,
  134. "enable": true,
  135. "notice": false,
  136. "now": true,
  137. "refresh_intervals": [
  138. "5s",
  139. "10s",
  140. "30s",
  141. "1m",
  142. "5m",
  143. "15m",
  144. "30m",
  145. "1h",
  146. "2h",
  147. "1d"
  148. ],
  149. "status": "Stable",
  150. "time_options": [
  151. "5m",
  152. "15m",
  153. "1h",
  154. "6h",
  155. "12h",
  156. "24h",
  157. "2d",
  158. "7d",
  159. "30d"
  160. ],
  161. "type": "timepicker"
  162. },
  163. "templating": {
  164. "enable": false,
  165. "list": []
  166. },
  167. "annotations": {
  168. "enable": false,
  169. "list": []
  170. },
  171. "refresh": false,
  172. "schemaVersion": 8,
  173. "version": 2,
  174. "links": []
  175. }