Development
This commit is contained in:
parent
d45a719ef1
commit
4bb485e4dd
2 changed files with 57 additions and 86 deletions
|
|
@ -190,7 +190,7 @@
|
|||
},
|
||||
{
|
||||
"type": "card",
|
||||
"label": "DNS Caching",
|
||||
"label": "DNS Statistics",
|
||||
"client_requirement": "client_is_viewer+",
|
||||
"items": [
|
||||
{
|
||||
|
|
@ -198,86 +198,56 @@
|
|||
"rows": [
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"type": "grid_label",
|
||||
"text": "Total Queries"
|
||||
},
|
||||
{
|
||||
"type": "grid_value",
|
||||
"text": "%DNS_STAT_QUERIES%"
|
||||
}
|
||||
{"type": "grid_label", "text": "Total Queries"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_QUERIES%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"type": "grid_label",
|
||||
"text": "Cache Hits"
|
||||
},
|
||||
{
|
||||
"type": "grid_value",
|
||||
"text": "%DNS_STAT_HITS% (%DNS_STAT_HIT_RATE% hit rate)"
|
||||
}
|
||||
{"type": "grid_label", "text": "Cache Hits"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_HITS% (%DNS_STAT_HIT_RATE% hit rate)"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"type": "grid_label",
|
||||
"text": "Forwarded"
|
||||
},
|
||||
{
|
||||
"type": "grid_value",
|
||||
"text": "%DNS_STAT_FORWARDED%"
|
||||
}
|
||||
{"type": "grid_label", "text": "Forwarded to Upstream"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_FORWARDED%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"type": "grid_label",
|
||||
"text": "Cache Capacity"
|
||||
},
|
||||
{
|
||||
"type": "grid_value",
|
||||
"text": "%DNS_CACHE_SIZE% entries"
|
||||
}
|
||||
{"type": "grid_label", "text": "Authoritative Answers"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_AUTH%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"type": "grid_label",
|
||||
"text": "Authoritative Answers"
|
||||
},
|
||||
{
|
||||
"type": "grid_value",
|
||||
"text": "%DNS_STAT_AUTH%"
|
||||
}
|
||||
{"type": "grid_label", "text": "TCP Peak"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_TCP_PEAK%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"type": "grid_label",
|
||||
"text": "TCP Connections Peak"
|
||||
},
|
||||
{
|
||||
"type": "grid_value",
|
||||
"text": "%DNS_STAT_TCP_PEAK%"
|
||||
}
|
||||
{"type": "grid_label", "text": "Cache Capacity"},
|
||||
{"type": "grid_value", "text": "%DNS_CACHE_SIZE% entries"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"type": "grid_label",
|
||||
"text": "DNS Providers"
|
||||
},
|
||||
{
|
||||
"type": "grid_value",
|
||||
"text": "%OVERVIEW_UPSTREAM_SERVERS%"
|
||||
}
|
||||
{"type": "grid_label", "text": "DNS Providers"},
|
||||
{"type": "grid_value", "text": "%OVERVIEW_UPSTREAM_SERVERS%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Tracking Since"},
|
||||
{"type": "grid_value", "text": "%DNS_METRICS_SINCE%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Last Updated"},
|
||||
{"type": "grid_value", "text": "%DNS_METRICS_UPDATED%"}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue