29 lines
502 B
JSON
29 lines
502 B
JSON
{
|
|
"id": null,
|
|
"uid": "overview",
|
|
"title": "\ud83d\udcca System Overview",
|
|
"timezone": "browser",
|
|
"panels": [
|
|
{
|
|
"type": "graph",
|
|
"title": "CPU Usage",
|
|
"targets": [
|
|
{
|
|
"expr": "process_cpu_seconds_total",
|
|
"legendFormat": "{{instance}}"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "table",
|
|
"title": "Logs (simulados)",
|
|
"targets": [
|
|
{
|
|
"expr": "up"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"schemaVersion": 36,
|
|
"version": 1
|
|
} |