dockerzhang opened a new issue #1176:
URL: https://github.com/apache/incubator-inlong/issues/1176


   <p> </p>
   
   <p>At present, our SDK adopts the implementation of trust mode. If the SDK 
users want to know its own production and consumption metrics, the users need 
to do additional development, and this function can be embedded into the SDK 
fully, as a standard function Externally provided.</p>
   
   <p>In addition, there will be some overhead when performing production and 
consumption statistics, so it is best to make this function a configurable 
mode, so that services can be turned on or off.</p>
   
   <p>Through this metric statistics, SDK users can obtain the metrics since 
the last statistical view, and the production-side SDK can obtain metrics since 
the last statistical query, such as the number of request timeouts in 
production, the number of request overflows, the number of messages, and the 
total packet size sent, the maximum packet length, the minimum packet length, 
the maximum delay, the minimum delay; the consumer can obtain the number of 
request timeouts, the number of request failures, the number of partitions 
consumed, the number of consumed packets per partition, and the total data 
size, consumption maximum delay, minimum delay, etc.</p>
   
   <p>Issue evaluation:<br/>
   The difficulty of this part should be medium, but it is very complicated. It 
needs enough patience and practical experience to get the data output approved 
by the users.</p>
   <i>JIRA link - <a 
href="https://issues.apache.org/jira/browse/INLONG-587";>[INLONG-587]</a> 
created by gosonzhang</i>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to