• 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
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...