carbon_metrics.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. "gnetId": null,
  16. "graphTooltip": 0,
  17. "id": null,
  18. "panels": [
  19. {
  20. "aliasColors": {},
  21. "annotate": {
  22. "enable": false
  23. },
  24. "bars": false,
  25. "dashLength": 10,
  26. "dashes": false,
  27. "datasource": "${DS_NAME}",
  28. "editable": true,
  29. "fill": 0,
  30. "fillGradient": 0,
  31. "grid": {
  32. "max": null,
  33. "min": 0
  34. },
  35. "gridPos": {
  36. "h": 10,
  37. "w": 24,
  38. "x": 0,
  39. "y": 0
  40. },
  41. "hiddenSeries": false,
  42. "id": 1,
  43. "legend": {
  44. "avg": false,
  45. "current": false,
  46. "max": false,
  47. "min": false,
  48. "show": true,
  49. "total": false,
  50. "values": false
  51. },
  52. "lines": true,
  53. "linewidth": 1,
  54. "loadingEditor": false,
  55. "nullPointMode": "null as zero",
  56. "options": {
  57. "dataLinks": []
  58. },
  59. "percentage": false,
  60. "pointradius": 5,
  61. "points": false,
  62. "renderer": "flot",
  63. "resolution": 100,
  64. "scale": 1,
  65. "seriesOverrides": [
  66. {
  67. "alias": "Points Per Update",
  68. "yaxis": 2
  69. },
  70. {
  71. "alias": "CPU",
  72. "yaxis": 2
  73. }
  74. ],
  75. "spaceLength": 10,
  76. "stack": false,
  77. "steppedLine": false,
  78. "targets": [
  79. {
  80. "refId": "A",
  81. "target": "alias(sumSeries(carbon.agents.*.updateOperations),\"Updates\") "
  82. },
  83. {
  84. "refId": "B",
  85. "target": "alias(sumSeries(carbon.agents.*.metricsReceived),'Metrics Received')"
  86. },
  87. {
  88. "refId": "C",
  89. "target": "alias(sumSeries(carbon.agents.*.committedPoints),'Committed Points')"
  90. },
  91. {
  92. "refId": "D",
  93. "target": "alias(sumSeries(carbon.agents.*.pointsPerUpdate),'Points Per Update')"
  94. },
  95. {
  96. "refId": "E",
  97. "target": "alias(averageSeries(carbon.agents.*.cpuUsage),'CPU')"
  98. },
  99. {
  100. "refId": "F",
  101. "target": "alias(sumSeries(carbon.agents.*.creates),'Creates')"
  102. }
  103. ],
  104. "thresholds": [],
  105. "timeFrom": null,
  106. "timeRegions": [],
  107. "timeShift": null,
  108. "title": "Graphite Carbon Metrics",
  109. "tooltip": {
  110. "query_as_alias": true,
  111. "shared": false,
  112. "sort": 0,
  113. "value_type": "cumulative"
  114. },
  115. "type": "graph",
  116. "xaxis": {
  117. "buckets": null,
  118. "mode": "time",
  119. "name": null,
  120. "show": true,
  121. "values": []
  122. },
  123. "yaxes": [
  124. {
  125. "format": "short",
  126. "logBase": 1,
  127. "max": null,
  128. "min": null,
  129. "show": true
  130. },
  131. {
  132. "format": "short",
  133. "logBase": 1,
  134. "max": null,
  135. "min": null,
  136. "show": true
  137. }
  138. ],
  139. "yaxis": {
  140. "align": false,
  141. "alignLevel": null
  142. },
  143. "zerofill": true
  144. }
  145. ],
  146. "time": {
  147. "from": "now-3h",
  148. "to": "now"
  149. },
  150. "timepicker": {
  151. "collapse": false,
  152. "enable": true,
  153. "notice": false,
  154. "now": true,
  155. "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
  156. "status": "Stable",
  157. "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"],
  158. "type": "timepicker"
  159. },
  160. "templating": {
  161. "enable": false,
  162. "list": []
  163. },
  164. "annotations": {
  165. "enable": false,
  166. "list": []
  167. },
  168. "refresh": false,
  169. "schemaVersion": 22,
  170. "version": 3,
  171. "links": []
  172. }