diff options
author | Ben Kochie <bjk@gitlab.com> | 2019-02-06 14:18:02 +0100 |
---|---|---|
committer | Ben Kochie <bjk@gitlab.com> | 2019-02-06 15:15:13 +0100 |
commit | e1ea47bb5c79212559ef866951b24fc4d01a34c0 (patch) | |
tree | 0c3c7c7c09e213d6ed3421679d122a8b43908564 | |
parent | 54438ad04bc27e45b78a3d44466ab4f83a0bff0a (diff) | |
download | gitlab-ce-e1ea47bb5c79212559ef866951b24fc4d01a34c0.tar.gz |
Update metrics docsbjk/56788_unicorn_labels
Update the list of GitLab metrics to include the missing metric names.
-rw-r--r-- | doc/administration/monitoring/prometheus/gitlab_metrics.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/administration/monitoring/prometheus/gitlab_metrics.md b/doc/administration/monitoring/prometheus/gitlab_metrics.md index c9a2778b3a4..6ea0ac0d495 100644 --- a/doc/administration/monitoring/prometheus/gitlab_metrics.md +++ b/doc/administration/monitoring/prometheus/gitlab_metrics.md @@ -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 |