- 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>
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
---------