Skip to content

Commit

Permalink
chore: update dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 28, 2024
1 parent d4cf92a commit 98b84bd
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions grafana/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1062,9 +1062,48 @@
"interval": "",
"legendFormat": "Filter lists",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "sum(adguard_replaced_safesearch{server=\"$server\"})",
"hide": false,
"instant": false,
"interval": "",
"legendFormat": "Replaced SafeSearch",
"refId": "B"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "sum(adguard_replaced_safebrowsing{server=\"$server\"})",
"hide": false,
"instant": false,
"interval": "",
"legendFormat": "Replaced SafeBrowsing",
"refId": "C"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "sum(adguard_replaced_parental{server=\"$server\"})",
"hide": false,
"instant": false,
"interval": "",
"legendFormat": "Replaced Parental",
"refId": "D"
}
],
"title": "Ads blocked",
"title": "Queries Blocked/Replaced",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -1518,6 +1557,6 @@
"timezone": "",
"title": "AdGuard Home Exporter",
"uid": "AdGuard-Home-Exporter",
"version": 5,
"version": 6,
"weekStart": ""
}

0 comments on commit 98b84bd

Please sign in to comment.