Update metrics docs

Update the list of GitLab metrics to include the missing metric names.
This commit is contained in:
Ben Kochie 2019-02-06 14:18:02 +01:00
parent 54438ad04b
commit e1ea47bb5c
No known key found for this signature in database
GPG Key ID: 7D88366AC0FCE38A
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ The following metrics are available:
| 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 |
| unicorn_active_connections | Gauge | 11.0 | The number of active Unicorn connections (workers) |
| unicorn_queued_connections | Gauge | 11.0 | The number of queued Unicorn connections |
### Ruby metrics