Skip to content

fix(proxy): up/down traffic stats being mixed up

WofWca requested to merge WofWca/snowflake:swap-up-down-stats into main

We look from the client's perspective. When it sends data to the server, we say it's outbound traffic. When the server sends data to the client, it's inbound traffic:

But in the log messages they are mixed up, which results in "up" traffic being usually thicker than "down":

image

Merge request reports