Y
Hacker News
new
|
ask
|
show
|
jobs
by
trallnag
396 days ago
The observability endpoints have defaults in Sprint Boot and are usually not customized. So if you know the path to the API, you also know the path to the heap dump endpoint
1 comments
JohnMakin
396 days ago
It's just /actuator/heapdump and usually isn't hard to find. It's off by default in more modern versions but used to be default enabled.
link