diff --git a/doc/src/sphinx/metrics/Jvm.rst b/doc/src/sphinx/metrics/Jvm.rst index 4238a9112f6..16f285f7f19 100644 --- a/doc/src/sphinx/metrics/Jvm.rst +++ b/doc/src/sphinx/metrics/Jvm.rst @@ -22,12 +22,16 @@ and tenuring threshold (`jvm/tenuring_threshold`). A gauge of the number of the total number of collections that have occurred. **jvm/gc/eden/pause_msec** - A stat of the durations, in millseconds, of the eden collection pauses. + A stat of the durations, in millseconds, of the eden collection pauses. This is equivalent + to jvm/gc/ParNew/pause_msec. **jvm/gc/{gc_pool_name}/msec** A gauge for the named gc pool of the total elapsed time garbage collection pool doing collections, in milliseconds. Names are subject to change. +**jvm/gc/{gc_pool_name}/pause_msec** + A stat for the durations, in milliseconds, of the collection pauses for the named gc pool. + **jvm/gc/{gc_pool_name}/cycles** A gauge for the named gc pool of the total number of collections that have occurred. Names are subject to change.