gitlab-org--gitlab-foss/lib/gitlab/health_checks
Zeger-Jan van de Weg 65840591cd
Gitaly metrics check for read/writeability
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
2018-06-27 08:56:19 +02:00
..
redis replace `is_successful?` with `successful?` 2017-08-29 11:14:42 +03:00
base_abstract_check.rb Ensure test files are deleted after tests 2017-07-25 14:19:09 +02:00
db_check.rb Rails5 fix connection execute return integer instead of string 2018-06-15 19:15:59 +02:00
gitaly_check.rb Gitaly metrics check for read/writeability 2018-06-27 08:56:19 +02:00
metric.rb [CE] Add Naming/FileName rule checking expected class/module per filename 2018-03-08 12:56:54 +00:00
prometheus_text_format.rb Use key? instead of has_key? method 2017-06-07 14:37:32 +02:00
result.rb [CE] Add Naming/FileName rule checking expected class/module per filename 2018-03-08 12:56:54 +00:00
simple_abstract_check.rb replace `is_successful?` with `successful?` 2017-08-29 11:14:42 +03:00