Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Export Center CI / export-ci (push) Has been cancelled
Symbols Server CI / symbols-smoke (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
24 lines
527 B
JSON
24 lines
527 B
JSON
{
|
|
"title": "Evidence Locker",
|
|
"time": { "from": "now-24h", "to": "now" },
|
|
"panels": [
|
|
{
|
|
"type": "stat",
|
|
"title": "WORM enabled",
|
|
"targets": [{ "expr": "evidence_worm_enabled" }]
|
|
},
|
|
{
|
|
"type": "stat",
|
|
"title": "Retention days",
|
|
"targets": [{ "expr": "evidence_retention_days" }]
|
|
},
|
|
{
|
|
"type": "stat",
|
|
"title": "Backup lag (seconds)",
|
|
"targets": [{ "expr": "time() - evidence_last_backup_seconds" }]
|
|
}
|
|
],
|
|
"schemaVersion": 39,
|
|
"version": 1
|
|
}
|