diff options
author | 2025-01-23 14:35:52 +0000 | |
---|---|---|
committer | 2025-01-24 13:37:08 +0000 | |
commit | 2bad07dc5d0c7e00d7fe609e5e40346d77c6889a (patch) | |
tree | f91fe4d0abea35f13aef0453cdfbe6c840e05026 | |
parent | 081e17c70fa358c3e9796620e37d034e23cbaf5d (diff) |
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 <priyank.maheshwari@est.tech>
-rw-r--r-- | docs/admin-guide.rst | 10 |
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 --------- |