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
Currently connect & disconnect events are recorded for all connections to the external port, regardless of whether any data is received on a connection. This can produce a lot of junk in the archive if a load-balancer is repeatedly opening and closing connections to detect if the port is open, or some random party on the internet is repeatedly connecting for whatever reason. Also, these events lack timestamps.
I propose the following changes:
Add timestamps to the Connect & Disconnect events.
Don't record the connect (or disconnect) event until at least one valid FIX message is received.
Increment a new counter for connections that disconnect without having received any valid messages.
With the counter you still have some indication that short-lived connections with no messages are occurring, and can use Wireshark or the like to investigate further if need be.
The text was updated successfully, but these errors were encountered:
Currently connect & disconnect events are recorded for all connections to the external port, regardless of whether any data is received on a connection. This can produce a lot of junk in the archive if a load-balancer is repeatedly opening and closing connections to detect if the port is open, or some random party on the internet is repeatedly connecting for whatever reason. Also, these events lack timestamps.
I propose the following changes:
With the counter you still have some indication that short-lived connections with no messages are occurring, and can use Wireshark or the like to investigate further if need be.
The text was updated successfully, but these errors were encountered: