codelipenghui opened a new issue #14581:
URL: https://github.com/apache/pulsar/issues/14581


   **Is your enhancement request related to a problem? Please describe.**
   Currently, the producer stats contains the following information
   
   ```
   {
       "accessMode" : "Shared",
       "msgRateIn" : 0.016669007231704083,
       "msgThroughputIn" : 11.384931939253889,
       "averageMsgSize" : 683.0,
       "chunkedMessageRate" : 0.0,
       "producerId" : 2,
       "metadata" : { },
       "address" : "/xxxx",
       "connectedSince" : "2022-03-07T14:32:57.52849Z",
       "producerName" : "xxx"
     }
   ```
   
   From the stats, we are not able to know whether the problem
   is sending delayed messages or not, it will be useful for some cases
   to troubleshoot problems.
   
   **Describe the solution you'd like**
   Add "delayedMsgRateIn" in the producer stats
   


-- 
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