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
This was working great and we were able to track connections over time in grafana, however, one of our customers now proxies requests through a load balancer. Our counters increase due to onConnect but onClose doesn't get called any more. I suspect it is because the loadbalancer now keeps connections open, or perhaps sends "ping/alive" requests which skews the numbers.
Can you advise on a better way to track client connections other than the way I'm doing it above?
Thank you,
Michael
The text was updated successfully, but these errors were encountered:
Hi,
In my SMTPserver service I setup the following logic:
This was working great and we were able to track connections over time in grafana, however, one of our customers now proxies requests through a load balancer. Our counters increase due to onConnect but onClose doesn't get called any more. I suspect it is because the loadbalancer now keeps connections open, or perhaps sends "ping/alive" requests which skews the numbers.
Can you advise on a better way to track client connections other than the way I'm doing it above?
Thank you,
Michael
The text was updated successfully, but these errors were encountered: