Public Access
4ec51e262b
Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
32 lines
705 B
JSON
32 lines
705 B
JSON
{
|
|
"name": "Docker Container Memory",
|
|
"kind": 1,
|
|
"model": {
|
|
"description": "",
|
|
"fieldConfig": {
|
|
"defaults": {
|
|
"custom": {
|
|
"fillOpacity": 20,
|
|
"lineWidth": 2,
|
|
"stacking": {
|
|
"mode": "normal"
|
|
}
|
|
},
|
|
"unit": "bytes"
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"expr": "container_memory_usage_bytes{name!=\"\",name!~\".*POD.*\"}",
|
|
"legendFormat": "{{name}}",
|
|
"refId": "A"
|
|
}
|
|
],
|
|
"options": {
|
|
"legend": { "displayMode": "list", "placement": "right", "calcs": [] },
|
|
"tooltip": { "mode": "multi" }
|
|
},
|
|
"title": "Memory Usage by Container",
|
|
"type": "timeseries"
|
|
}
|
|
} |