-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c651f8
commit d0d7bf8
Showing
1 changed file
with
364 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,364 @@ | ||
{ | ||
"id": 1, | ||
"title": "Docker Monitoring", | ||
"originalTitle": "Docker Monitoring", | ||
"tags": [], | ||
"style": "dark", | ||
"timezone": "browser", | ||
"editable": true, | ||
"hideControls": false, | ||
"sharedCrosshair": false, | ||
"rows": [ | ||
{ | ||
"collapse": false, | ||
"editable": true, | ||
"height": "250px", | ||
"panels": [ | ||
{ | ||
"aliasColors": { | ||
"FS Limit": "#F9934E", | ||
"FS Usage": "#E0F9D7" | ||
}, | ||
"bars": false, | ||
"datasource": null, | ||
"editable": true, | ||
"error": false, | ||
"fill": 1, | ||
"grid": { | ||
"leftLogBase": 1, | ||
"leftMax": null, | ||
"leftMin": null, | ||
"rightLogBase": 1, | ||
"rightMax": null, | ||
"rightMin": null, | ||
"threshold1": null, | ||
"threshold1Color": "rgba(216, 200, 27, 0.27)", | ||
"threshold2": null, | ||
"threshold2Color": "rgba(234, 112, 112, 0.22)" | ||
}, | ||
"id": 4, | ||
"legend": { | ||
"avg": false, | ||
"current": false, | ||
"max": false, | ||
"min": false, | ||
"show": true, | ||
"total": false, | ||
"values": false | ||
}, | ||
"lines": true, | ||
"linewidth": 2, | ||
"links": [], | ||
"nullPointMode": "connected", | ||
"percentage": false, | ||
"pointradius": 5, | ||
"points": false, | ||
"renderer": "flot", | ||
"seriesOverrides": [], | ||
"span": 6, | ||
"stack": false, | ||
"steppedLine": false, | ||
"targets": [ | ||
{ | ||
"alias": "FS Limit", | ||
"column": "fs_limit", | ||
"function": "mean", | ||
"query": "select mean(fs_limit) from \"stats\" where $timeFilter group by time($interval) order asc", | ||
"series": "stats" | ||
}, | ||
{ | ||
"alias": "FS Usage", | ||
"column": "fs_usage", | ||
"function": "mean", | ||
"query": "select mean(fs_usage) from \"stats\" where $timeFilter group by time($interval) order asc", | ||
"series": "stats", | ||
"target": "" | ||
} | ||
], | ||
"timeFrom": null, | ||
"timeShift": null, | ||
"title": "Filesystem Limit / Usage", | ||
"tooltip": { | ||
"shared": true, | ||
"value_type": "cumulative" | ||
}, | ||
"type": "graph", | ||
"x-axis": true, | ||
"y-axis": true, | ||
"y_formats": [ | ||
"bits", | ||
"short" | ||
] | ||
}, | ||
{ | ||
"aliasColors": {}, | ||
"bars": false, | ||
"datasource": "influxdb", | ||
"decimals": null, | ||
"editable": true, | ||
"error": false, | ||
"fill": 1, | ||
"grid": { | ||
"leftLogBase": 1, | ||
"leftMax": null, | ||
"leftMin": null, | ||
"rightLogBase": 1, | ||
"rightMax": null, | ||
"rightMin": null, | ||
"threshold1": null, | ||
"threshold1Color": "rgba(216, 200, 27, 0.27)", | ||
"threshold2": null, | ||
"threshold2Color": "rgba(234, 112, 112, 0.22)" | ||
}, | ||
"id": 1, | ||
"interval": "", | ||
"leftYAxisLabel": "CPU time/sec", | ||
"legend": { | ||
"avg": false, | ||
"current": false, | ||
"max": false, | ||
"min": false, | ||
"show": true, | ||
"total": false, | ||
"values": false | ||
}, | ||
"lines": true, | ||
"linewidth": 2, | ||
"links": [], | ||
"nullPointMode": "null", | ||
"percentage": false, | ||
"pointradius": 5, | ||
"points": false, | ||
"renderer": "flot", | ||
"seriesOverrides": [], | ||
"span": 6, | ||
"stack": false, | ||
"steppedLine": true, | ||
"targets": [ | ||
{ | ||
"alias": "", | ||
"column": "cpu_cumulative_usage", | ||
"function": "derivative", | ||
"groupby_field": "container_name", | ||
"query": "select container_name, median(cpu_cumulative_usage) from \"stats\" where $timeFilter group by time($interval), container_name order asc", | ||
"series": "stats", | ||
"interval": "2s" | ||
} | ||
], | ||
"timeFrom": null, | ||
"timeShift": null, | ||
"title": "CPU Usage", | ||
"tooltip": { | ||
"shared": true, | ||
"value_type": "cumulative" | ||
}, | ||
"type": "graph", | ||
"x-axis": true, | ||
"y-axis": true, | ||
"y_formats": [ | ||
"ns", | ||
"short" | ||
] | ||
} | ||
], | ||
"title": "Row" | ||
}, | ||
{ | ||
"collapse": false, | ||
"editable": true, | ||
"height": "250px", | ||
"panels": [ | ||
{ | ||
"aliasColors": {}, | ||
"bars": false, | ||
"datasource": null, | ||
"decimals": null, | ||
"editable": true, | ||
"error": false, | ||
"fill": 1, | ||
"grid": { | ||
"leftLogBase": 1, | ||
"leftMax": null, | ||
"leftMin": null, | ||
"rightLogBase": 1, | ||
"rightMax": null, | ||
"rightMin": null, | ||
"threshold1": null, | ||
"threshold1Color": "rgba(216, 200, 27, 0.27)", | ||
"threshold2": null, | ||
"threshold2Color": "rgba(234, 112, 112, 0.22)" | ||
}, | ||
"id": 2, | ||
"legend": { | ||
"avg": false, | ||
"current": false, | ||
"max": false, | ||
"min": false, | ||
"show": true, | ||
"total": false, | ||
"values": false | ||
}, | ||
"lines": true, | ||
"linewidth": 2, | ||
"links": [], | ||
"nullPointMode": "connected", | ||
"percentage": false, | ||
"pointradius": 5, | ||
"points": false, | ||
"renderer": "flot", | ||
"rightYAxisLabel": "", | ||
"seriesOverrides": [], | ||
"span": 6, | ||
"stack": false, | ||
"steppedLine": false, | ||
"targets": [ | ||
{ | ||
"alias": "", | ||
"column": "memory_usage", | ||
"function": "mean", | ||
"groupby_field": "container_name", | ||
"query": "select container_name, mean(memory_usage) from \"stats\" where $timeFilter group by time($interval), container_name order asc", | ||
"series": "stats" | ||
} | ||
], | ||
"timeFrom": null, | ||
"timeShift": null, | ||
"title": "Memory Usage", | ||
"tooltip": { | ||
"shared": true, | ||
"value_type": "cumulative" | ||
}, | ||
"type": "graph", | ||
"x-axis": true, | ||
"y-axis": true, | ||
"y_formats": [ | ||
"bytes", | ||
"short" | ||
] | ||
}, | ||
{ | ||
"aliasColors": { | ||
"TX": "#890F02" | ||
}, | ||
"bars": false, | ||
"datasource": null, | ||
"editable": true, | ||
"error": false, | ||
"fill": 1, | ||
"grid": { | ||
"leftLogBase": 1, | ||
"leftMax": null, | ||
"leftMin": null, | ||
"rightLogBase": 1, | ||
"rightMax": null, | ||
"rightMin": null, | ||
"threshold1": null, | ||
"threshold1Color": "rgba(216, 200, 27, 0.27)", | ||
"threshold2": null, | ||
"threshold2Color": "rgba(234, 112, 112, 0.22)" | ||
}, | ||
"id": 3, | ||
"legend": { | ||
"avg": false, | ||
"current": false, | ||
"max": false, | ||
"min": false, | ||
"show": true, | ||
"total": false, | ||
"values": false | ||
}, | ||
"lines": true, | ||
"linewidth": 2, | ||
"links": [], | ||
"nullPointMode": "connected", | ||
"percentage": false, | ||
"pointradius": 5, | ||
"points": false, | ||
"renderer": "flot", | ||
"seriesOverrides": [], | ||
"span": 6, | ||
"stack": false, | ||
"steppedLine": false, | ||
"targets": [ | ||
{ | ||
"alias": "TX", | ||
"column": "tx_bytes", | ||
"function": "last", | ||
"query": "select last(tx_bytes) from \"stats\" where $timeFilter group by time($interval) order asc", | ||
"series": "stats" | ||
}, | ||
{ | ||
"alias": "RX", | ||
"column": "rx_bytes", | ||
"function": "last", | ||
"query": "select last(rx_bytes) from \"stats\" where $timeFilter group by time($interval) order asc", | ||
"series": "stats", | ||
"target": "" | ||
} | ||
], | ||
"timeFrom": null, | ||
"timeShift": null, | ||
"title": "Network Traffic", | ||
"tooltip": { | ||
"shared": true, | ||
"value_type": "cumulative" | ||
}, | ||
"type": "graph", | ||
"x-axis": true, | ||
"y-axis": true, | ||
"y_formats": [ | ||
"Bps", | ||
"Bps" | ||
] | ||
} | ||
], | ||
"title": "New row" | ||
} | ||
], | ||
"nav": [ | ||
{ | ||
"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" | ||
} | ||
], | ||
"time": { | ||
"from": "now-6h", | ||
"to": "now" | ||
}, | ||
"templating": { | ||
"list": [] | ||
}, | ||
"annotations": { | ||
"list": [] | ||
}, | ||
"refresh": false, | ||
"schemaVersion": 6, | ||
"version": 12 | ||
} |