summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-01-31 10:37:47 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2020-01-31 14:17:10 +0100
commitdb1e78649e32296bbe604e6d67fdd75bbb4991b6 (patch)
tree79d06a7cb0992a2d77117eaf429ebca45137e44e
parentc733e8aa38fe499f03061af6ad0b2925673f8bb0 (diff)
Move documentation for Jetty metrics to a separate section
-rw-r--r--Documentation/metrics.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/Documentation/metrics.txt b/Documentation/metrics.txt
index 1a756d1f04..ce9f74ee8c 100644
--- a/Documentation/metrics.txt
+++ b/Documentation/metrics.txt
@@ -56,13 +56,18 @@ objects needing finalization.
=== HTTP
-* `http/server/jetty/threadpool/min_pool_size`: Minimum thread pool size
-* `http/server/jetty/threadpool/max_pool_size`: Maximum thread pool size
-* `http/server/jetty/threadpool/pool_size`: Current thread pool size
-* `http/server/jetty/threadpool/idle_threads`: Idle threads
+==== Jetty
+
* `http/server/jetty/threadpool/active_threads`: Active threads
+* `http/server/jetty/threadpool/idle_threads`: Idle threads
* `http/server/jetty/threadpool/reserved_threads`: Reserved threads
+* `http/server/jetty/threadpool/max_pool_size`: Maximum thread pool size
+* `http/server/jetty/threadpool/min_pool_size`: Minimum thread pool size
+* `http/server/jetty/threadpool/pool_size`: Current thread pool size
* `http/server/jetty/threadpool/queue_size`: Queued requests waiting for a thread
+
+==== REST API
+
* `http/server/error_count`: Rate of REST API error responses.
* `http/server/success_count`: Rate of REST API success responses.
* `http/server/rest_api/count`: Rate of REST API calls by view.