fetch_ml/monitoring/grafana/dashboards/system-health.json

51 lines
887 B
JSON

{
"dashboard": {
"id": null,
"title": "System Health",
"tags": [
"system",
"health"
],
"panels": [
{
"id": 1,
"title": "Service Status",
"type": "stat",
"targets": [
{
"expr": "up",
"legendFormat": "{{job}}"
}
],
"gridPos": {
"h": 8,
"w": 12,
"x": 0,
"y": 0
}
},
{
"id": 2,
"title": "Memory Usage",
"type": "graph",
"targets": [
{
"expr": "process_resident_memory_bytes",
"legendFormat": "Memory"
}
],
"gridPos": {
"h": 8,
"w": 12,
"x": 12,
"y": 0
}
}
],
"time": {
"from": "now-1h",
"to": "now"
},
"refresh": "10s"
}
}