diff options
author | 2025-01-20 13:23:06 +0000 | |
---|---|---|
committer | 2025-01-20 15:46:04 +0000 | |
commit | 0bf0af2adc7887b19100c7f8fec6407da6c3e626 (patch) | |
tree | f245f8754711f55444cf34b1bcf056dad27cd5fc /cps-application | |
parent | 87f3e37bf6e3936bfd13c25c5b1731ecdbfa1296 (diff) |
On demand heapdump and threaddump generation for cps-and-ncmp
- Generate the heapdump of a running application on demand using the
/actuator/heapdump endpoint and threaddump using /actuator/threaddump
- RTD update as separate patch when the python issue is sorted
Issue-ID: CPS-2453
Change-Id: Ifcf4e7aecc1ee15f57011a1c4a4ec7bf67e45a6f
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-application')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 27a15b6b51..0b5d59ecc9 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -172,7 +172,7 @@ management: endpoints: web: exposure: - include: info,health,loggers,prometheus,metrics + include: info,health,loggers,prometheus,metrics,heapdump,threaddump endpoint: health: show-details: always |