diff options
author | Ben Kochie <superq@gmail.com> | 2017-07-12 15:05:51 +0200 |
---|---|---|
committer | Ben Kochie <superq@gmail.com> | 2017-07-12 15:05:51 +0200 |
commit | 79465fb3d49543b1ccf2e88acec8fb1b1a08dceb (patch) | |
tree | b276eed077714e3af3a804200d2378f43170814b /doc/administration | |
parent | 93be7b5a1c1ba07f0c18e19b190a7a3458fa7b5d (diff) | |
download | gitlab-ce-79465fb3d49543b1ccf2e88acec8fb1b1a08dceb.tar.gz |
Update sessions metric name.
Diffstat (limited to 'doc/administration')
-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 0fd30fb5d50..edb2dff3e48 100644 --- a/doc/administration/monitoring/prometheus/gitlab_metrics.md +++ b/doc/administration/monitoring/prometheus/gitlab_metrics.md @@ -40,7 +40,7 @@ In this experimental phase, only a few metrics are available: | redis_ping_timeout | Gauge | Whether or not the last redis ping timed out | | redis_ping_success | Gauge | Whether or not the last redis ping succeeded | | redis_ping_latency_seconds | Gauge | Round trip time of the redis ping | -| user_sessions_logins | Counter | Counter of how many users have logged in | +| user_session_logins_total | Counter | Counter of how many users have logged in | [← Back to the main Prometheus page](index.md) |