Merge branch 'stable-3.0' into stable-3.1

* stable-3.0:
  Move documentation for Jetty metrics to a separate section
  Improve Jetty thread pool metrics
  Fix commentlinks with same prefix in pattern and link
  Use bugs.chromium.org in gr-linked-text_test
  NoteDbMigrator: Totally skip migration for orphan changes

Change-Id: I5661a1725fe7d5744afe7b230c556dfbf000af46
This commit is contained in:
Marco Miller
2020-01-31 10:47:24 -05:00
4 changed files with 56 additions and 27 deletions

View File

@@ -65,6 +65,18 @@ objects needing finalization.
=== HTTP
==== 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.