summaryrefslogtreecommitdiffstats
path: root/Documentation/metrics.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/metrics.txt')
-rw-r--r--Documentation/metrics.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/metrics.txt b/Documentation/metrics.txt
index 47244452b2..5eadc74cb6 100644
--- a/Documentation/metrics.txt
+++ b/Documentation/metrics.txt
@@ -96,6 +96,13 @@ setting.
* `http/server/jetty/threadpool/pool_size`: Current thread pool size
* `http/server/jetty/threadpool/queue_size`: Queued requests waiting for a thread
+==== LDAP
+
+* `ldap/login_latency`: Latency of logins.
+* `ldap/user_search_latency`: Latency for searching the user account.
+* `ldap/group_search_latency`: Latency for querying the group memberships of an account.
+* `ldap/group_expansion_latency`: Latency for expanding nested groups.
+
==== REST API
* `http/server/error_count`: Rate of REST API error responses.