mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #2222] Request Analytics panel shows no data despite active traffic #32171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blakey108 on GitHub (Jan 7, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2222
Originally assigned to: @oschwartz10612 on GitHub.
Describe the Bug
The Request Analytics view in Pangolin reports zero requests across all metrics despite active services and confirmed inbound traffic. Analytics appear to have stopped populating entirely.
Environment
OS Type & Version: Ubuntu 22.04 LTS
Pangolin Version: fosrl/pangolin:ee-latest
Gerbil Version: fosrl/gerbil:latest
Traefik Version: traefik:v3.4.0
Newt Version: 1.8.1
To Reproduce
Deploy Pangolin stack with Traefik, Gerbil, Newt, CrowdSec, and middleware-manager.
Expose multiple services through Pangolin.
Generate inbound traffic to exposed services (confirmed via application access and Traefik logs).
Navigate to Request Analytics in Pangolin UI.
Set a broad date range and select “All resources”.
Refresh analytics.
Expected Behavior
Request Analytics should display non-zero request counts, daily activity graphs, and geographic breakdowns corresponding to inbound traffic.
@Latschenharry commented on GitHub (Jan 19, 2026):
Same Problem for me
@oschwartz10612 commented on GitHub (Jan 20, 2026):
Just checking some obvious things first:
@Latschenharry commented on GitHub (Jan 20, 2026):
Log Settings:

Both Logs and analytics show no entrys even for short time period:
@oschwartz10612 commented on GitHub (Jan 20, 2026):
Hum... thanks! One more request: could you let me know if you see anything unusual in your pangolin logs? It may also be helpful to turn on debug in
config.ymland restart to see if it says anything about request logs.@Latschenharry commented on GitHub (Jan 20, 2026):
With Debug on i can see the following error in the pangolin container logs:
@oschwartz10612 commented on GitHub (Jan 20, 2026):
It looks like you might have a corrupted database. Are you able to
perform other actions in pangolin like adding a site or changing settings?
Is your disk full by chance? - Just wanted to check.
@Latschenharry commented on GitHub (Jan 21, 2026):
Storage is free:

Changing Settings and adding a new site works without problems:

@oschwartz10612 commented on GitHub (Jan 21, 2026):
Hum maybe this table is corrupted only? Will do some research to see if
there is a remediation or cause.
@Latschenharry commented on GitHub (Jan 23, 2026):
Found the following in the database:
@Latschenharry commented on GitHub (Jan 23, 2026):
i fixed my errors by opening the sqlite file in "DB Browser for SQlite" exporting it as sql and then importing it back into an sqlite file. now there are no coruption errors anymore and i got analytic logs:
@brunoaferreira commented on GitHub (Feb 5, 2026):
Getting the same, when I request Analytics. Cant see anything on the table
@oschwartz10612 commented on GitHub (Feb 6, 2026):
Apparently this is an index problem. Re importing the database reset the indexes. I will see if I can tell what causes this.
@oschwartz10612 commented on GitHub (Feb 6, 2026):
Are you getting the same error in the logs?
@brunoaferreira commented on GitHub (Feb 6, 2026):
I ran my sqlite on DB Browser for SQLite and integrity check says
ok.To solve this issue, I updated my pagonlin to use postgres instead of sqlite
@oschwartz10612 commented on GitHub (Feb 6, 2026):
I tried to fix in
ac09e3aaf9. Will see for the next release.For future travelers you could try the following:
if thats bad then
@gmcouto commented on GitHub (Mar 14, 2026):
Here I get some basic data, but otherwise it is mostly empty. When I hover countries they just get colored but no additional data shows up
This is me hovering US...

If I wiggle the mouse over all the countries they all get highlighted:
@wan0v commented on GitHub (Apr 29, 2026):
@gmcouto I have had the same issue with no countries showing up. I am using pangolin since way before they have added that section. After setting up geo blocking as stated in the guide https://docs.pangolin.net/self-host/advanced/enable-geoblocking the countries showed up (which makes a lot of sense tbh).
@AstralDestiny commented on GitHub (Apr 29, 2026):
You have geoblocking / asn enabled? if not they don't show up data wise as they have no point of reference.