You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/05 16:23:01 UTC

[GitHub] [pulsar-client-node] freeart opened a new pull request #43: statsIntervalInSeconds can be 0 to disable log

freeart opened a new pull request #43: statsIntervalInSeconds can be 0 to disable log
URL: https://github.com/apache/pulsar-client-node/pull/43
 
 
   ```pulsar-client-cpp/include/pulsar/ClientConfiguration.h```
   ```cpp
   /*
    * Initialize stats interval in seconds. Stats are printed and reset after every 'statsIntervalInSeconds'.
    * Set to 0 in order to disable stats collection.
    */
   ClientConfiguration& setStatsIntervalInSeconds(const unsigned int&);
   ```
   By default it is 10 minutes, to disable stats log needs to be 0

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services