An error occurred fetching the project authors.
  1. 06 Sep, 2018 4 commits
  2. 05 Sep, 2018 1 commit
  3. 03 Sep, 2018 3 commits
  4. 30 Aug, 2018 2 commits
  5. 21 Aug, 2018 1 commit
  6. 20 Aug, 2018 1 commit
  7. 17 Aug, 2018 1 commit
  8. 16 Aug, 2018 1 commit
  9. 15 Aug, 2018 1 commit
  10. 13 Aug, 2018 1 commit
  11. 09 Aug, 2018 1 commit
  12. 07 Aug, 2018 1 commit
  13. 02 Aug, 2018 1 commit
  14. 29 Jul, 2018 1 commit
  15. 25 Jul, 2018 3 commits
  16. 24 Jul, 2018 2 commits
  17. 20 Jul, 2018 1 commit
  18. 18 Jul, 2018 1 commit
  19. 14 Jul, 2018 1 commit
  20. 12 Jul, 2018 1 commit
  21. 09 Jul, 2018 3 commits
  22. 08 Jul, 2018 1 commit
  23. 06 Jul, 2018 1 commit
  24. 05 Jul, 2018 1 commit
  25. 04 Jul, 2018 1 commit
  26. 01 Jul, 2018 1 commit
  27. 30 Jun, 2018 1 commit
  28. 28 Jun, 2018 1 commit
  29. 27 Jun, 2018 1 commit
    • Zeger-Jan van de Weg's avatar
      Gitaly metrics check for read/writeability · 65840591
      Zeger-Jan van de Weg authored
      Prior to this change, health checks checked for writeability of the NFS
      shards. Given we're moving away from that, this patch extends the checks
      for Gitaly to check for read and writeability.
      
      Potentially some dashboards will break, as over time these metrics will
      no longer appear as Prometheus doesn't get the data anymore.
      Observability in the circuit breaker will be reduced, but its not
      expected to be turned on and the circuit breaker is being removed soon
      too.
      
      Closes https://gitlab.com/gitlab-org/gitaly/issues/1218
      65840591