updated dashboard
This commit is contained in:
parent
83ce3bb4ec
commit
da281b2e00
@ -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"
|
||||||
@ -475,7 +475,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"aliasColors": { },
|
"aliasColors": {},
|
||||||
"bars": false,
|
"bars": false,
|
||||||
"datasource": "${DS_PROMETHEUS}",
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
"decimals": 2,
|
"decimals": 2,
|
||||||
@ -506,19 +506,19 @@
|
|||||||
},
|
},
|
||||||
"lines": true,
|
"lines": true,
|
||||||
"linewidth": 2,
|
"linewidth": 2,
|
||||||
"links": [ ],
|
"links": [],
|
||||||
"nullPointMode": "connected",
|
"nullPointMode": "connected",
|
||||||
"percentage": false,
|
"percentage": false,
|
||||||
"pointradius": 5,
|
"pointradius": 5,
|
||||||
"points": false,
|
"points": false,
|
||||||
"renderer": "flot",
|
"renderer": "flot",
|
||||||
"seriesOverrides": [ ],
|
"seriesOverrides": [],
|
||||||
"span": 12,
|
"span": 12,
|
||||||
"stack": false,
|
"stack": false,
|
||||||
"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 }}",
|
||||||
@ -560,7 +560,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"aliasColors": { },
|
"aliasColors": {},
|
||||||
"bars": false,
|
"bars": false,
|
||||||
"datasource": "${DS_PROMETHEUS}",
|
"datasource": "${DS_PROMETHEUS}",
|
||||||
"decimals": 2,
|
"decimals": 2,
|
||||||
@ -591,24 +591,24 @@
|
|||||||
},
|
},
|
||||||
"lines": true,
|
"lines": true,
|
||||||
"linewidth": 2,
|
"linewidth": 2,
|
||||||
"links": [ ],
|
"links": [],
|
||||||
"nullPointMode": "connected",
|
"nullPointMode": "connected",
|
||||||
"percentage": false,
|
"percentage": false,
|
||||||
"pointradius": 5,
|
"pointradius": 5,
|
||||||
"points": false,
|
"points": false,
|
||||||
"renderer": "flot",
|
"renderer": "flot",
|
||||||
"seriesOverrides": [ ],
|
"seriesOverrides": [],
|
||||||
"span": 12,
|
"span": 12,
|
||||||
"stack": false,
|
"stack": false,
|
||||||
"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
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user