Development

This commit is contained in:
Matthew Grotke 2026-06-09 23:03:44 -04:00
parent 6503f26197
commit b38c199baf
3 changed files with 20 additions and 17 deletions

View file

@ -57,19 +57,19 @@
"type": "stat_card",
"label": "DNS Queries",
"value": "%DNS_STAT_QUERIES%",
"sub": "since %DNS_METRICS_SINCE%"
"sub": "%DNS_PERIOD_LABEL%"
},
{
"type": "stat_card",
"label": "DNS Cache Hits",
"value": "%DNS_STAT_HITS% (%DNS_STAT_HIT_RATE%)",
"sub": "all time"
"sub": "%DNS_PERIOD_LABEL%"
},
{
"type": "stat_card",
"label": "Queries Blocked",
"value": "%STAT_BLOCKED_ALLTIME%",
"sub": "all time",
"sub": "%DNS_PERIOD_LABEL%",
"variant": "warning",
"data_requirement": "HAS_QUERY_LOGGING"
},