routewatch/internal
sneak ab392d874c Track wire bytes separately from decompressed stream bytes
The stream stats were showing decompressed data sizes, not actual wire
bandwidth. This change adds wire byte tracking by disabling automatic
gzip decompression in the HTTP client and wrapping the response body
with a counting reader before decompression. Both wire (compressed) and
decompressed bytes are now tracked and exposed in the API responses.
2025-12-27 12:56:57 +07:00
..
config Remove debug logging for withdrawals without origin ASN 2025-07-28 02:07:33 +02:00
database Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00
logger Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00
metrics Track wire bytes separately from decompressed stream bytes 2025-12-27 12:56:57 +07:00
ristypes Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00
routewatch Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00
server Track wire bytes separately from decompressed stream bytes 2025-12-27 12:56:57 +07:00
streamer Track wire bytes separately from decompressed stream bytes 2025-12-27 12:56:57 +07:00
templates Add godoc documentation and README with code structure 2025-12-27 12:30:46 +07:00