routewatch/internal
sneak ba13c76c53 Fix prefix distribution bug and add prefix length pages
- Fix GetPrefixDistribution to count unique prefixes using COUNT(DISTINCT prefix) instead of COUNT(*)
- Add /prefixlength/<length> route showing random sample of 500 prefixes
- Make prefix counts on status page clickable links to prefix length pages
- Add GetRandomPrefixesByLength database method
- Create prefix_length.html template with sortable table
- Show prefix age and origin AS with descriptions
2025-07-28 18:42:38 +02:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
logger Format logger source location as file.go:linenum 2025-07-28 01:16:29 +02:00
metrics Add route update metrics tracking to PrefixHandler 2025-07-28 02:55:27 +02:00
ristypes Initial commit: RouteWatch BGP stream monitor 2025-07-27 21:18:57 +02:00
routewatch Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
server Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00
streamer Show AS descriptions in AS path on prefix detail page 2025-07-28 18:25:26 +02:00
templates Fix prefix distribution bug and add prefix length pages 2025-07-28 18:42:38 +02:00