1. 09 Apr, 2021 9 commits
  2. 08 Apr, 2021 5 commits
  3. 07 Apr, 2021 9 commits
  4. 06 Apr, 2021 1 commit
  5. 01 Apr, 2021 7 commits
  6. 31 Mar, 2021 1 commit
    • 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
  7. 30 Mar, 2021 8 commits