You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/reference/jvm.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,5 @@ another. The reported value underestimates the actual total number of steals whe
40
40
* `executor.queued` (`Gauge`): An estimate of the total number of tasks currently held in queues by worker threads.
41
41
* `executor.active` (`Gauge`): An estimate of the number of threads that are currently stealing or running tasks.
42
42
* `executor.running` (`Gauge`): An estimate of the number of worker threads that are not blocked but are waiting to join tasks or for other managed synchronization threads.
43
+
* `executor.parallelism` (`Gauge`): The targeted parallelism level of this pool.
44
+
* `executor.pool.size` (`Gauge`): The current number of threads in the pool.
0 commit comments