26 lines
465 B
JSON
26 lines
465 B
JSON
{
|
|
"dashboard": {
|
|
"id": null,
|
|
"title": "Veza Platform - Local Dashboard",
|
|
"tags": ["veza", "local"],
|
|
"style": "dark",
|
|
"timezone": "browser",
|
|
"panels": [
|
|
{
|
|
"id": 1,
|
|
"title": "System Overview",
|
|
"type": "stat",
|
|
"targets": [
|
|
{
|
|
"expr": "up",
|
|
"legendFormat": "{{job}}"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"time": {
|
|
"from": "now-1h",
|
|
"to": "now"
|
|
}
|
|
}
|
|
}
|