31 lines
683 B
JSON
31 lines
683 B
JSON
{
|
|
"id": null,
|
|
"title": "Docker Container Overview",
|
|
"tags": ["docker", "cadvisor"],
|
|
"timezone": "browser",
|
|
"panels": [
|
|
{
|
|
"type": "graph",
|
|
"title": "Container CPU Usage",
|
|
"targets": [
|
|
{
|
|
"expr": "rate(container_cpu_usage_seconds_total[1m])",
|
|
"legendFormat": "{{container_label_com_docker_swarm_task_name}}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "graph",
|
|
"title": "Container Memory Usage",
|
|
"targets": [
|
|
{
|
|
"expr": "container_memory_usage_bytes",
|
|
"legendFormat": "{{container_label_com_docker_swarm_task_name}}"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"schemaVersion": 16,
|
|
"version": 1
|
|
}
|