You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ref vectordotdev#17465
There were a couple of outstanding issues from the above PR.
1. The redis sink was counting the network bytes before actually
creating the bytes, so the count was always zero.
2. The Vector sink was not counting the `JsonSize` of the event. The
comment saying this was not being used was incorrect.
Signed-off-by: Stephen Wakely <[email protected]>
0 commit comments