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, "id": null,
"title": "Grafana_Dashboard.json", "title": "Docker Dashboard",
"description": "Docker Monitoring Template", "description": "Docker Monitoring Template",
"tags": [ "tags": [
"docker" "docker"
@ -518,7 +518,7 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "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", "interval": "10s",
"intervalFactor": 1, "intervalFactor": 1,
"legendFormat": "{{ name }}", "legendFormat": "{{ name }}",
@ -603,12 +603,12 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "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, "intervalFactor": 2,
"legendFormat": "{{ name }}", "legendFormat": "{{ name }}",
"metric": "container_network_transmit_bytes_total", "metric": "container_network_transmit_bytes_total",
"refId": "B", "refId": "B",
"step": 10 "step": 4
} }
], ],
"timeFrom": null, "timeFrom": null,
@ -684,7 +684,7 @@
}, },
"refresh": "10s", "refresh": "10s",
"schemaVersion": 12, "schemaVersion": 12,
"version": 1, "version": 3,
"links": [], "links": [],
"gnetId": 162 "gnetId": 179
} }