aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/admin-guide.rst10
1 files changed, 10 insertions, 0 deletions
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://<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
---------