Commit 47626beb authored by Andy Wilkinson's avatar Andy Wilkinson

Note that the heapdump endpoint requires a HotSpot JVM

Closes gh-26467
parent f8bf09ff
...@@ -135,6 +135,7 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey) ...@@ -135,6 +135,7 @@ If your application is a web application (Spring MVC, Spring WebFlux, or Jersey)
| `heapdump` | `heapdump`
| Returns an `hprof` heap dump file. | Returns an `hprof` heap dump file.
Requires a HotSpot JVM.
| `jolokia` | `jolokia`
| Exposes JMX beans over HTTP (when Jolokia is on the classpath, not available for WebFlux). | Exposes JMX beans over HTTP (when Jolokia is on the classpath, not available for WebFlux).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment