Skip to content

Commit fdfcee1

Browse files
committed
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
2 parents bc944d5 + 16cb782 commit fdfcee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/administration/monitoring/prometheus/gitlab_metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following metrics are available:
4545
| redis_ping_success | Gauge | 9.4 | Whether or not the last redis ping succeeded |
4646
| redis_ping_latency_seconds | Gauge | 9.4 | Round trip time of the redis ping |
4747
| user_session_logins_total | Counter | 9.4 | Counter of how many users have logged in |
48-
| upload_file_does_not_exist | Counter | 10.7 | Number of times an upload record could not find its file |
48+
| 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 |
4949
| failed_login_captcha_total | Gauge | 11.0 | Counter of failed CAPTCHA attempts during login |
5050
| successful_login_captcha_total | Gauge | 11.0 | Counter of successful CAPTCHA attempts during login |
5151

0 commit comments

Comments
 (0)