Merge pull request #31549 from adrianbob
* gh-31549: Remove remaining Jolokia references from the documentation Closes gh-31549
This commit is contained in:
commit
d505d8e648
|
@ -101,10 +101,6 @@ If your application is a web application (Spring MVC or Spring WebFlux), you can
|
||||||
On a HotSpot JVM, an `HPROF`-format file is returned.
|
On a HotSpot JVM, an `HPROF`-format file is returned.
|
||||||
On an OpenJ9 JVM, a `PHD`-format file is returned.
|
On an OpenJ9 JVM, a `PHD`-format file is returned.
|
||||||
|
|
||||||
| `jolokia`
|
|
||||||
| Exposes JMX beans over HTTP when Jolokia is on the classpath (not available for WebFlux).
|
|
||||||
Requires a dependency on `jolokia-core`.
|
|
||||||
|
|
||||||
| `logfile`
|
| `logfile`
|
||||||
| Returns the contents of the logfile (if the `logging.file.name` or the `logging.file.path` property has been set).
|
| Returns the contents of the logfile (if the `logging.file.name` or the `logging.file.path` property has been set).
|
||||||
Supports the use of the HTTP `Range` header to retrieve part of the log file's content.
|
Supports the use of the HTTP `Range` header to retrieve part of the log file's content.
|
||||||
|
@ -205,10 +201,6 @@ The following table shows the default exposure for the built-in endpoints:
|
||||||
| Yes
|
| Yes
|
||||||
| No
|
| No
|
||||||
|
|
||||||
| `jolokia`
|
|
||||||
| N/A
|
|
||||||
| No
|
|
||||||
|
|
||||||
| `logfile`
|
| `logfile`
|
||||||
| N/A
|
| N/A
|
||||||
| No
|
| No
|
||||||
|
|
|
@ -443,9 +443,6 @@ production-ready-disabling-http-endpoints=actuator.monitoring.disabling-http-end
|
||||||
production-ready-jmx=actuator.jmx
|
production-ready-jmx=actuator.jmx
|
||||||
production-ready-custom-mbean-names=actuator.jmx.custom-mbean-names
|
production-ready-custom-mbean-names=actuator.jmx.custom-mbean-names
|
||||||
production-ready-disable-jmx-endpoints=actuator.jmx.disable-jmx-endpoints
|
production-ready-disable-jmx-endpoints=actuator.jmx.disable-jmx-endpoints
|
||||||
production-ready-jolokia=actuator.jmx.jolokia
|
|
||||||
production-ready-customizing-jolokia=actuator.jmx.jolokia.customizing
|
|
||||||
production-ready-disabling-jolokia=actuator.jmx.jolokia.disabling
|
|
||||||
production-ready-loggers=actuator.loggers
|
production-ready-loggers=actuator.loggers
|
||||||
production-ready-logger-configuration=actuator.loggers.configure
|
production-ready-logger-configuration=actuator.loggers.configure
|
||||||
production-ready-metrics=actuator.metrics
|
production-ready-metrics=actuator.metrics
|
||||||
|
|
Loading…
Reference in New Issue