RTD supporting heapdump and threaddump exposure 18/140018/4
authormpriyank <priyank.maheshwari@est.tech>
Thu, 23 Jan 2025 14:35:52 +0000 (14:35 +0000)
committerPriyank Maheshwari <priyank.maheshwari@est.tech>
Fri, 24 Jan 2025 13:37:08 +0000 (13:37 +0000)
- 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 <priyank.maheshwari@est.tech>
docs/admin-guide.rst

index 68edc87..7e71a07 100644 (file)
@@ -226,6 +226,16 @@ Prometheus Metrics can be checked at the following endpoint
 
     http://<cps-component-service-name>:8080/actuator/prometheus
 
+Heap Dump and Thread Dump
+-------------------------
+
+On demand heap dump and thread dump generation using the below endpoints.
+
+.. code::
+
+    http://<cps-component-service-name>:8080/actuator/heapdump
+    http://<cps-component-service-name>:8080/actuator/threaddump
+
 Hazelcast
 ---------