Skip to content

Commit 30865af

Browse files
Add docs for ForkJoinPool parallelism and pool size metrics (micrometer-metrics#5611)
See micrometer-metrics#5236
1 parent 1b2ae99 commit 30865af

File tree

1 file changed

+2
-0
lines changed
  • docs/modules/ROOT/pages/reference

1 file changed

+2
-0
lines changed

docs/modules/ROOT/pages/reference/jvm.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ another. The reported value underestimates the actual total number of steals whe
4040
* `executor.queued` (`Gauge`): An estimate of the total number of tasks currently held in queues by worker threads.
4141
* `executor.active` (`Gauge`): An estimate of the number of threads that are currently stealing or running tasks.
4242
* `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

Comments
 (0)