<div dir="auto"><div data-smartmail="gmail_signature" dir="auto">Hello,<br></div><div class="gmail_quote" dir="auto"><div dir="ltr"><div><br></div><div>I am using nginx as an L4 load balancer. I need to expose some stream level metrics like throughput etc. I am using <a href="https://github.com/vozlt/nginx-module-stream-sts" target="_blank" rel="noreferrer">nginx-module-stream-sts</a> for calculating metrics. <br><br></div><div>However, this module operates at nginx-stream-log-phase which is called just before closing the connection. In case, if the underlying connection is persistent and several requests are being made on the same connection, the metrics are calculated at the end which does not depict the true picture. </div><div><br></div><div>I tried looking at the stream-module code and based on preliminary observations it looks like the stream phases are called for each stream session and not for each tcp request (analogous to http request). So, even if I register the handler at an earlier phase, let's say nginx-stream-content-phase, it would be called only once in the connection lifecycle instead of being called for every request. <br><br>Please let me know if my understanding is correct and if there is any mechanism by which I can calculate metrics for each TCP request and show real time data.  <br><br>Any help would be appreciated.<br><br clear="all"><div><div dir="ltr" data-smartmail="gmail_signature"><div dir="ltr">Thanks and Regards,<div>Richa Gaur</div></div></div></div></div></div>
</div></div>