You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/03/12 10:35:59 UTC

[GitHub] vvraskin opened a new pull request #3423: Measure kafka queue in consumer with better exactitude

vvraskin opened a new pull request #3423: Measure kafka queue in consumer with better exactitude
URL: https://github.com/apache/incubator-openwhisk/pull/3423
 
 
   Measure kafka queue metric directly in the consumer by comparing the offsets instead of relying on the built-in consumer metrics. This method provides more precision compared to the old approach, it was observed that the built-in metrics show certain lagging in case of burst. 
   Additionally make kamon flush cadency configurable in the application.conf.
   
   ## My changes affect the following components
   
   - [x ] Message Bus (e.g., Kafka)
   
   ## Types of changes
   - [x ] Enhancement or new feature (adds new functionality).
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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