summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2017-12-11 13:32:36 +0000
committerDouwe Maan <douwe@gitlab.com>2017-12-11 13:32:36 +0000
commit13ac8e5706f76f2e8d92ca85145cae13cf112a07 (patch)
tree22034c297c7e04ac82fba02ef135bf249df3b233 /doc
parent95daf62bef31f28525cd044716d4b336decdd97a (diff)
parentd4d06bded14bf66b341b67a7771f5f2d1d9f400c (diff)
downloadgitlab-ce-13ac8e5706f76f2e8d92ca85145cae13cf112a07.tar.gz
Merge branch 'bvl-circuitbreaker-metrics' into 'master'
Keep track of the circuit breaker access check timings Closes #39698 See merge request gitlab-org/gitlab-ce!15612
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/monitoring/prometheus/gitlab_metrics.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/gitlab_metrics.md b/doc/administration/monitoring/prometheus/gitlab_metrics.md
index 11d5e077a36..f495990d9a4 100644
--- a/doc/administration/monitoring/prometheus/gitlab_metrics.md
+++ b/doc/administration/monitoring/prometheus/gitlab_metrics.md
@@ -45,8 +45,9 @@ In this experimental phase, only a few metrics are available:
| redis_ping_success | Gauge | 9.4 | Whether or not the last redis ping succeeded |
| redis_ping_latency_seconds | Gauge | 9.4 | Round trip time of the redis ping |
| user_session_logins_total | Counter | 9.4 | Counter of how many users have logged in |
-| filesystem_circuitbreaker_latency_seconds | Histogram | 9.5 | Latency of the stat check the circuitbreaker uses to probe a shard |
+| filesystem_circuitbreaker_latency_seconds | Gauge | 9.5 | Time spent validating if a storage is accessible |
| filesystem_circuitbreaker | Gauge | 9.5 | Wether or not the circuit for a certain shard is broken or not |
+| circuitbreaker_storage_check_duration_seconds | Histogram | 10.3 | Time a single storage probe took |
## Metrics shared directory