diff --git a/docs/modules/ROOT/pages/reference/jvm.adoc b/docs/modules/ROOT/pages/reference/jvm.adoc index 44978e847e..5032ca430b 100644 --- a/docs/modules/ROOT/pages/reference/jvm.adoc +++ b/docs/modules/ROOT/pages/reference/jvm.adoc @@ -40,3 +40,5 @@ another. The reported value underestimates the actual total number of steals whe * `executor.queued` (`Gauge`): An estimate of the total number of tasks currently held in queues by worker threads. * `executor.active` (`Gauge`): An estimate of the number of threads that are currently stealing or running tasks. * `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. +* `executor.parallelism` (`Gauge`): The targeted parallelism level of this pool. +* `executor.pool.size` (`Gauge`): The current number of threads in the pool.