updated dashboard

This commit is contained in:
Brian Christner 2016-08-25 16:04:29 +02:00
parent 83ce3bb4ec
commit da281b2e00
1 changed files with 167 additions and 167 deletions

View File

@ -36,7 +36,7 @@
}
],
"id": null,
"title": "Grafana_Dashboard.json",
"title": "Docker Dashboard",
"description": "Docker Monitoring Template",
"tags": [
"docker"
@ -518,7 +518,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sort_desc(sum by (name) (rate(container_network_receive_bytes_total{image!=\"\",alias=\"$host\"}[1m] ) ))",
"expr": "sort_desc(sum by (name) (rate(container_network_receive_bytes_total{image!=\"\"}[1m] ) ))",
"interval": "10s",
"intervalFactor": 1,
"legendFormat": "{{ name }}",
@ -603,12 +603,12 @@
"steppedLine": false,
"targets": [
{
"expr": "sort_desc(sum by (name) (rate(container_network_transmit_bytes_total{image!=\"\", alias=\"$host\"}[1m] ) ))",
"expr": "sort_desc(sum by (name) (rate(container_network_transmit_bytes_total{image!=\"\"}[1m] ) ))",
"intervalFactor": 2,
"legendFormat": "{{ name }}",
"metric": "container_network_transmit_bytes_total",
"refId": "B",
"step": 10
"step": 4
}
],
"timeFrom": null,
@ -684,7 +684,7 @@
},
"refresh": "10s",
"schemaVersion": 12,
"version": 1,
"version": 3,
"links": [],
"gnetId": 162
"gnetId": 179
}