• Andy Wilkinson's avatar
    Align PushGatewayManager's exception handling with PushMeterRegistry's · 1a84b061
    Andy Wilkinson authored
    Previously, would log an error for any exception and also stop
    publishing for an UnknownHostException. By constrast, Micrometer's
    PushMeterRegistry treats all exceptions the same, logging a warning
    and continuing with subsequent push attempts.
    
    This commit updates the push gateway manager's behaviour to match
    PushMeterRegistry. UknownHostExceptions no longer receive special
    treatment and push (and delete) failures are now logged as warnings
    rather than errors.
    
    Fixes gh-25804
    1a84b061
Name
Last commit
Last update
..
src Loading commit data...
README.adoc Loading commit data...
build.gradle Loading commit data...