diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-08 08:22:12 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2018-11-08 08:22:12 +0000 |
commit | fdfcee1db6b577564f7dedda117d917f78c088fc (patch) | |
tree | 3841e93a48fc83d91927f1911080a529c060946b /doc | |
parent | bc944d590babf48833a44b2ac84b8ac086a9b179 (diff) | |
parent | 16cb782a7984a259f0baff111cbae05c6a2b2bbd (diff) | |
download | gitlab-ce-fdfcee1db6b577564f7dedda117d917f78c088fc.tar.gz |
Merge branch 'docs/fix-version-number-ce-doc' into 'master'
Feature backported to CE in 11.5, not 10.7
Closes #53648
See merge request gitlab-org/gitlab-ce!22892
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/monitoring/prometheus/gitlab_metrics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/gitlab_metrics.md b/doc/administration/monitoring/prometheus/gitlab_metrics.md index 5700f640e4c..c9a2778b3a4 100644 --- a/doc/administration/monitoring/prometheus/gitlab_metrics.md +++ b/doc/administration/monitoring/prometheus/gitlab_metrics.md @@ -45,7 +45,7 @@ The following 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 | -| upload_file_does_not_exist | Counter | 10.7 | Number of times an upload record could not find its file | +| upload_file_does_not_exist | Counter | 10.7 in EE, 11.5 in CE | Number of times an upload record could not find its file | | failed_login_captcha_total | Gauge | 11.0 | Counter of failed CAPTCHA attempts during login | | successful_login_captcha_total | Gauge | 11.0 | Counter of successful CAPTCHA attempts during login | |