-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I've noticed that every hour on the hour there is a huge spike on the graphs in grafana.
The DNS queries its 3-4k/s, the Blocked / Replaced its 150-200/s, and the client queries its 100-500/s but on only a few hosts.
I then checked prometheus and every hour on the hour, the number of blocked queries for example drops.
But it didn't do this for the first 5 hours or so that I was running the exporter.
I also actually noticed that in the screen shot example of the grafana dashboard in the repo there is a spike at midnight too.
https://github.com/henrywhitaker3/adguard-exporter/blob/main/grafana/dashboard.png
While writing this I believe I may have found the reason, but not sure if it can be fixed. The first drop in the prometheus graph was pretty much 24 hours after I started adguard-home, within 1 min of it starting, and I have adguard keeping stats for 24 hours. So it looks like every hour since then its been dropping off the oldest stats so the number of queries drops, but this shows as a spike in grafana?