123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- {
- "__inputs": [
- {
- "name": "DS_NAME",
- "type": "datasource",
- "pluginId": "graphite"
- }
- ],
- "revision": "1.0",
- "title": "Graphite Carbon Metrics",
- "tags": ["graphite", "carbon"],
- "style": "dark",
- "timezone": "browser",
- "editable": true,
- "gnetId": null,
- "graphTooltip": 0,
- "id": null,
- "panels": [
- {
- "aliasColors": {},
- "annotate": {
- "enable": false
- },
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_NAME}",
- "editable": true,
- "fill": 0,
- "fillGradient": 0,
- "grid": {
- "max": null,
- "min": 0
- },
- "gridPos": {
- "h": 10,
- "w": 24,
- "x": 0,
- "y": 0
- },
- "hiddenSeries": false,
- "id": 1,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "loadingEditor": false,
- "nullPointMode": "null as zero",
- "options": {
- "dataLinks": []
- },
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "resolution": 100,
- "scale": 1,
- "seriesOverrides": [
- {
- "alias": "Points Per Update",
- "yaxis": 2
- },
- {
- "alias": "CPU",
- "yaxis": 2
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "refId": "A",
- "target": "alias(sumSeries(carbon.agents.*.updateOperations),\"Updates\") "
- },
- {
- "refId": "B",
- "target": "alias(sumSeries(carbon.agents.*.metricsReceived),'Metrics Received')"
- },
- {
- "refId": "C",
- "target": "alias(sumSeries(carbon.agents.*.committedPoints),'Committed Points')"
- },
- {
- "refId": "D",
- "target": "alias(sumSeries(carbon.agents.*.pointsPerUpdate),'Points Per Update')"
- },
- {
- "refId": "E",
- "target": "alias(averageSeries(carbon.agents.*.cpuUsage),'CPU')"
- },
- {
- "refId": "F",
- "target": "alias(sumSeries(carbon.agents.*.creates),'Creates')"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeRegions": [],
- "timeShift": null,
- "title": "Graphite Carbon Metrics",
- "tooltip": {
- "query_as_alias": true,
- "shared": false,
- "sort": 0,
- "value_type": "cumulative"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "short",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- },
- "zerofill": true
- }
- ],
- "time": {
- "from": "now-3h",
- "to": "now"
- },
- "timepicker": {
- "collapse": false,
- "enable": true,
- "notice": false,
- "now": true,
- "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
- "status": "Stable",
- "time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"],
- "type": "timepicker"
- },
- "templating": {
- "enable": false,
- "list": []
- },
- "annotations": {
- "enable": false,
- "list": []
- },
- "refresh": false,
- "schemaVersion": 22,
- "version": 3,
- "links": []
- }
|