jvm.gc.cause
Developmentstringas of v1.44.0
Name of the garbage collector cause.
Garbage collector cause is generally obtained via GarbageCollectionNotificationInfo#getGcCause()).
Examples
- System.gc()
- Allocation Failure
Used by
metrics (1)
- jvm.gc.duration (opt-in)
* required on that signal.
History
Added as development.