From 2bad07dc5d0c7e00d7fe609e5e40346d77c6889a Mon Sep 17 00:00:00 2001 From: mpriyank Date: Thu, 23 Jan 2025 14:35:52 +0000 Subject: [PATCH] RTD supporting heapdump and threaddump exposure - actuator endpoint now have support for heapdump via /actuator/heapdump and the dump will be downloaded on the machine - threaddump is available on /actuator/threddump and will be available as response text Issue-ID: CPS-2453 Change-Id: I263b39478bb953c70b2ffca09760c18d7e50da91 Signed-off-by: mpriyank --- docs/admin-guide.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst index 68edc87c81..7e71a07e23 100644 --- a/docs/admin-guide.rst +++ b/docs/admin-guide.rst @@ -226,6 +226,16 @@ Prometheus Metrics can be checked at the following endpoint http://:8080/actuator/prometheus +Heap Dump and Thread Dump +------------------------- + +On demand heap dump and thread dump generation using the below endpoints. + +.. code:: + + http://:8080/actuator/heapdump + http://:8080/actuator/threaddump + Hazelcast --------- -- 2.16.6