You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/06/14 14:52:58 UTC

[GitHub] [incubator-zipkin] lambcode opened a new pull request #2632: Fix ThrottledStorageComponent not passing through health check

lambcode opened a new pull request #2632: Fix ThrottledStorageComponent not passing through health check
URL: https://github.com/apache/incubator-zipkin/pull/2632
 
 
   When using the ThrottledStorageComponent the health check (/actuator/health) always reports "UP" even when the backing storage component is in a bad state.
   
   This change passes through the check from the delegate. I also formalized the name of components so that instead of reporting on the "ThrottledStorageComponent" in the health endpoint, you will get a more useful name such as "Throttled(ElasticsearchStorage)". 

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