routewatch/internal/routewatch
sneak d2041a5a55 Add WHOIS stats to status page with adaptive fetcher improvements
- Add WHOIS Fetcher card showing fresh/stale/never-fetched ASN counts
- Display hourly success/error counts and current fetch interval
- Increase max WHOIS rate to 1/sec (down from 10 sec minimum)
- Select random stale ASN instead of oldest for better distribution
- Add index on whois_updated_at for query performance
- Track success/error timestamps for hourly stats
- Add GetWHOISStats database method for freshness statistics
2025-12-27 16:20:09 +07:00
..
app_integration_test.go Add WHOIS stats to status page with adaptive fetcher improvements 2025-12-27 16:20:09 +07:00
app_test.go Add custom logger with source location tracking and remove verbose database logs 2025-07-28 01:14:51 +02:00
app.go Add IP information API with background WHOIS fetcher 2025-12-27 15:47:35 +07:00
ashandler.go Add comprehensive godoc documentation to handler.go 2025-12-27 12:24:36 +07:00
asnfetcher.go Add WHOIS stats to status page with adaptive fetcher improvements 2025-12-27 16:20:09 +07:00
cli.go Add detailed godoc documentation to CLIEntry function 2025-12-27 12:24:22 +07:00
handler.go Add detailed godoc documentation to CLIEntry function 2025-12-27 12:24:22 +07:00
peerhandler.go Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00
peeringhandler.go Improve godoc documentation for PeeringHandler 2025-12-27 12:26:07 +07:00
prefixhandler.go Major schema refactoring: simplify ASN and prefix tracking 2025-07-28 22:58:55 +02:00