parent
e05e04014b
commit
287d77235a
|
@ -1071,25 +1071,25 @@ content into your application; rather pick only the properties that you need.
|
||||||
# ACTUATOR PROPERTIES
|
# ACTUATOR PROPERTIES
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
|
|
||||||
# AUDIT EVENTS ENDPOINT ({sc-spring-boot-actuator}/endpoint/AuditEventsEndpoint.{sc-ext}[AuditEventsEndpoint])
|
# AUDIT EVENTS ENDPOINT ({sc-spring-boot-actuator}/audit/AuditEventsEndpoint.{sc-ext}[AuditEventsEndpoint])
|
||||||
endpoints.auditevents.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.auditevents.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.auditevents.enabled= # Enable the auditevents endpoint.
|
endpoints.auditevents.enabled= # Enable the auditevents endpoint.
|
||||||
endpoints.auditevents.jmx.enabled= # Expose the auditevents endpoint as a JMX MBean.
|
endpoints.auditevents.jmx.enabled= # Expose the auditevents endpoint as a JMX MBean.
|
||||||
endpoints.auditevents.web.enabled= # Expose the auditevents endpoint as a Web endpoint.
|
endpoints.auditevents.web.enabled= # Expose the auditevents endpoint as a Web endpoint.
|
||||||
|
|
||||||
# AUTO-CONFIGURATION REPORT ENDPOINT ({sc-spring-boot-actuator}/endpoint/AutoConfigurationReportEndpoint.{sc-ext}[AutoConfigurationReportEndpoint])
|
# AUTO-CONFIGURATION REPORT ENDPOINT ({sc-spring-boot-actuator-autoconfigure}/condition/AutoConfigurationReportEndpoint.{sc-ext}[AutoConfigurationReportEndpoint])
|
||||||
endpoints.autoconfig.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.autoconfig.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.autoconfig.enabled= # Enable the autoconfig endpoint.
|
endpoints.autoconfig.enabled= # Enable the autoconfig endpoint.
|
||||||
endpoints.autoconfig.jmx.enabled= # Expose the autoconfig endpoint as a JMX MBean.
|
endpoints.autoconfig.jmx.enabled= # Expose the autoconfig endpoint as a JMX MBean.
|
||||||
endpoints.autoconfig.web.enabled= # Expose the autoconfig endpoint as a Web endpoint.
|
endpoints.autoconfig.web.enabled= # Expose the autoconfig endpoint as a Web endpoint.
|
||||||
|
|
||||||
# BEANS ENDPOINT ({sc-spring-boot-actuator}/endpoint/BeansEndpoint.{sc-ext}[BeansEndpoint])
|
# BEANS ENDPOINT ({sc-spring-boot-actuator}/beans/BeansEndpoint.{sc-ext}[BeansEndpoint])
|
||||||
endpoints.beans.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.beans.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.beans.enabled= # Enable the beans endpoint.
|
endpoints.beans.enabled= # Enable the beans endpoint.
|
||||||
endpoints.beans.jmx.enabled= # Expose the beans endpoint as a JMX MBean.
|
endpoints.beans.jmx.enabled= # Expose the beans endpoint as a JMX MBean.
|
||||||
endpoints.beans.web.enabled= # Expose the beans endpoint as a Web endpoint.
|
endpoints.beans.web.enabled= # Expose the beans endpoint as a Web endpoint.
|
||||||
|
|
||||||
# CONFIGURATION PROPERTIES REPORT ENDPOINT ({sc-spring-boot-actuator}/endpoint/ConfigurationPropertiesReportEndpoint.{sc-ext}[ConfigurationPropertiesReportEndpoint])
|
# CONFIGURATION PROPERTIES REPORT ENDPOINT ({sc-spring-boot-actuator}/context/properties/ConfigurationPropertiesReportEndpoint.{sc-ext}[ConfigurationPropertiesReportEndpoint])
|
||||||
endpoints.configprops.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.configprops.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.configprops.enabled= # Enable the configprops endpoint.
|
endpoints.configprops.enabled= # Enable the configprops endpoint.
|
||||||
endpoints.configprops.jmx.enabled= # Expose the configprops endpoint as a JMX MBean.
|
endpoints.configprops.jmx.enabled= # Expose the configprops endpoint as a JMX MBean.
|
||||||
|
@ -1101,85 +1101,85 @@ content into your application; rather pick only the properties that you need.
|
||||||
endpoints.default.jmx.enabled=true # Enable all endpoints as JMX MBeans by default.
|
endpoints.default.jmx.enabled=true # Enable all endpoints as JMX MBeans by default.
|
||||||
endpoints.default.web.enabled=false # Enable all endpoints as Web endpoints by default.
|
endpoints.default.web.enabled=false # Enable all endpoints as Web endpoints by default.
|
||||||
|
|
||||||
# ENVIRONMENT ENDPOINT ({sc-spring-boot-actuator}/endpoint/EnvironmentEndpoint.{sc-ext}[EnvironmentEndpoint])
|
# ENVIRONMENT ENDPOINT ({sc-spring-boot-actuator}/env/EnvironmentEndpoint.{sc-ext}[EnvironmentEndpoint])
|
||||||
endpoints.env.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.env.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.env.enabled= # Enable the env endpoint.
|
endpoints.env.enabled= # Enable the env endpoint.
|
||||||
endpoints.env.jmx.enabled= # Expose the env endpoint as a JMX MBean.
|
endpoints.env.jmx.enabled= # Expose the env endpoint as a JMX MBean.
|
||||||
endpoints.env.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services # Keys that should be sanitized. Keys can be simple strings that the property ends with or regular expressions.
|
endpoints.env.keys-to-sanitize=password,secret,key,token,.*credentials.*,vcap_services # Keys that should be sanitized. Keys can be simple strings that the property ends with or regular expressions.
|
||||||
endpoints.env.web.enabled= # Expose the env endpoint as a Web endpoint.
|
endpoints.env.web.enabled= # Expose the env endpoint as a Web endpoint.
|
||||||
|
|
||||||
# FLYWAY ENDPOINT ({sc-spring-boot-actuator}/endpoint/FlywayEndpoint.{sc-ext}[FlywayEndpoint])
|
# FLYWAY ENDPOINT ({sc-spring-boot-actuator}/flyway/FlywayEndpoint.{sc-ext}[FlywayEndpoint])
|
||||||
endpoints.flyway.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.flyway.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.flyway.enabled= # Enable the flyway endpoint.
|
endpoints.flyway.enabled= # Enable the flyway endpoint.
|
||||||
endpoints.flyway.jmx.enabled= # Expose the flyway endpoint as a JMX MBean.
|
endpoints.flyway.jmx.enabled= # Expose the flyway endpoint as a JMX MBean.
|
||||||
endpoints.flyway.web.enabled= # Expose the flyway endpoint as a Web endpoint.
|
endpoints.flyway.web.enabled= # Expose the flyway endpoint as a Web endpoint.
|
||||||
|
|
||||||
# HEALTH ENDPOINT ({sc-spring-boot-actuator}/endpoint/HealthEndpoint.{sc-ext}[HealthEndpoint])
|
# HEALTH ENDPOINT ({sc-spring-boot-actuator}/health/HealthEndpoint.{sc-ext}[HealthEndpoint])
|
||||||
endpoints.health.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.health.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.health.enabled= # Enable the health endpoint.
|
endpoints.health.enabled= # Enable the health endpoint.
|
||||||
endpoints.health.jmx.enabled= # Expose the health endpoint as a JMX MBean.
|
endpoints.health.jmx.enabled= # Expose the health endpoint as a JMX MBean.
|
||||||
endpoints.health.web.enabled= # Expose the health endpoint as a Web endpoint.
|
endpoints.health.web.enabled= # Expose the health endpoint as a Web endpoint.
|
||||||
|
|
||||||
# HEAP DUMP ENDPOINT ({sc-spring-boot-actuator}/endpoint/web/HeapDumpWebEndpoint.{sc-ext}[HeapDumpWebEndpoint])
|
# HEAP DUMP ENDPOINT ({sc-spring-boot-actuator}/management/HeapDumpWebEndpoint.{sc-ext}[HeapDumpWebEndpoint])
|
||||||
endpoints.heapdump.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.heapdump.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.heapdump.enabled= # Enable the heapdump endpoint.
|
endpoints.heapdump.enabled= # Enable the heapdump endpoint.
|
||||||
endpoints.heapdump.web.enabled= # Expose the heapdump endpoint as a Web endpoint.
|
endpoints.heapdump.web.enabled= # Expose the heapdump endpoint as a Web endpoint.
|
||||||
|
|
||||||
# INFO ENDPOINT ({sc-spring-boot-actuator}/endpoint/InfoEndpoint.{sc-ext}[InfoEndpoint])
|
# INFO ENDPOINT ({sc-spring-boot-actuator}/info/InfoEndpoint.{sc-ext}[InfoEndpoint])
|
||||||
endpoints.info.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.info.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.info.enabled=true # Enable the info endpoint.
|
endpoints.info.enabled=true # Enable the info endpoint.
|
||||||
endpoints.info.jmx.enabled=true # Expose the info endpoint as a JMX MBean.
|
endpoints.info.jmx.enabled=true # Expose the info endpoint as a JMX MBean.
|
||||||
endpoints.info.web.enabled=true # Expose the info endpoint as a Web endpoint.
|
endpoints.info.web.enabled=true # Expose the info endpoint as a Web endpoint.
|
||||||
|
|
||||||
# LIQUIBASE ENDPOINT ({sc-spring-boot-actuator}/endpoint/LiquibaseEndpoint.{sc-ext}[LiquibaseEndpoint])
|
# LIQUIBASE ENDPOINT ({sc-spring-boot-actuator}/liquibase/LiquibaseEndpoint.{sc-ext}[LiquibaseEndpoint])
|
||||||
endpoints.liquibase.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.liquibase.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.liquibase.enabled= # Enable the liquibase endpoint.
|
endpoints.liquibase.enabled= # Enable the liquibase endpoint.
|
||||||
endpoints.liquibase.jmx.enabled= # Expose the liquibase endpoint as a JMX MBean.
|
endpoints.liquibase.jmx.enabled= # Expose the liquibase endpoint as a JMX MBean.
|
||||||
endpoints.liquibase.web.enabled= # Expose the liquibase endpoint as a Web endpoint.
|
endpoints.liquibase.web.enabled= # Expose the liquibase endpoint as a Web endpoint.
|
||||||
|
|
||||||
# LOG FILE ENDPOINT ({sc-spring-boot-actuator}/endpoint/web/LogFileWebEndpoint.{sc-ext}[LogFileWebEndpoint])
|
# LOG FILE ENDPOINT ({sc-spring-boot-actuator}/logger/LogFileWebEndpoint.{sc-ext}[LogFileWebEndpoint])
|
||||||
endpoints.logfile.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.logfile.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.logfile.enabled= # Enable the logfile endpoint.
|
endpoints.logfile.enabled= # Enable the logfile endpoint.
|
||||||
endpoints.logfile.external-file= # External Logfile to be accessed. Can be used if the logfile is written by output redirect and not by the logging system itself.
|
endpoints.logfile.external-file= # External Logfile to be accessed. Can be used if the logfile is written by output redirect and not by the logging system itself.
|
||||||
endpoints.logfile.web.enabled= # Expose the logfile endpoint as a Web endpoint.
|
endpoints.logfile.web.enabled= # Expose the logfile endpoint as a Web endpoint.
|
||||||
|
|
||||||
# LOGGERS ENDPOINT ({sc-spring-boot-actuator}/endpoint/LoggersEndpoint.{sc-ext}[LoggersEndpoint])
|
# LOGGERS ENDPOINT ({sc-spring-boot-actuator}/logging/LoggersEndpoint.{sc-ext}[LoggersEndpoint])
|
||||||
endpoints.loggers.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.loggers.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.loggers.enabled= # Enable the loggers endpoint.
|
endpoints.loggers.enabled= # Enable the loggers endpoint.
|
||||||
endpoints.loggers.jmx.enabled= # Expose the loggers endpoint as a JMX MBean.
|
endpoints.loggers.jmx.enabled= # Expose the loggers endpoint as a JMX MBean.
|
||||||
endpoints.loggers.web.enabled= # Expose the loggers endpoint as a Web endpoint.
|
endpoints.loggers.web.enabled= # Expose the loggers endpoint as a Web endpoint.
|
||||||
|
|
||||||
# REQUEST MAPPING ENDPOINT ({sc-spring-boot-actuator}/endpoint/RequestMappingEndpoint.{sc-ext}[RequestMappingEndpoint])
|
# REQUEST MAPPING ENDPOINT ({sc-spring-boot-actuator-autoconfigure}/web/servlet/RequestMappingEndpoint.{sc-ext}[RequestMappingEndpoint])
|
||||||
endpoints.mappings.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.mappings.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.mappings.enabled= # Enable the mappings endpoint.
|
endpoints.mappings.enabled= # Enable the mappings endpoint.
|
||||||
endpoints.mappings.jmx.enabled= # Expose the mappings endpoint as a JMX MBean.
|
endpoints.mappings.jmx.enabled= # Expose the mappings endpoint as a JMX MBean.
|
||||||
endpoints.mappings.web.enabled= # Expose the mappings endpoint as a Web endpoint.
|
endpoints.mappings.web.enabled= # Expose the mappings endpoint as a Web endpoint.
|
||||||
|
|
||||||
# METRICS ENDPOINT ({sc-spring-boot-actuator}/endpoint/MetricsEndpoint.{sc-ext}[MetricsEndpoint])
|
# METRICS ENDPOINT ({sc-spring-boot-actuator}/metrics/MetricsEndpoint.{sc-ext}[MetricsEndpoint])
|
||||||
endpoints.metrics.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.metrics.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.metrics.enabled= # Enable the metrics endpoint.
|
endpoints.metrics.enabled= # Enable the metrics endpoint.
|
||||||
endpoints.metrics.jmx.enabled= # Expose the metrics endpoint as a JMX MBean.
|
endpoints.metrics.jmx.enabled= # Expose the metrics endpoint as a JMX MBean.
|
||||||
endpoints.metrics.web.enabled= # Expose the metrics endpoint as a Web endpoint.
|
endpoints.metrics.web.enabled= # Expose the metrics endpoint as a Web endpoint.
|
||||||
|
|
||||||
# SHUTDOWN ENDPOINT ({sc-spring-boot-actuator}/endpoint/ShutdownEndpoint.{sc-ext}[ShutdownEndpoint])
|
# SHUTDOWN ENDPOINT ({sc-spring-boot-actuator}/context/ShutdownEndpoint.{sc-ext}[ShutdownEndpoint])
|
||||||
endpoints.shutdown.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.shutdown.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.shutdown.enabled=false # Enable the shutdown endpoint.
|
endpoints.shutdown.enabled=false # Enable the shutdown endpoint.
|
||||||
endpoints.shutdown.jmx.enabled=false # Expose the shutdown endpoint as a JMX MBean.
|
endpoints.shutdown.jmx.enabled=false # Expose the shutdown endpoint as a JMX MBean.
|
||||||
endpoints.shutdown.web.enabled=false # Expose the shutdown endpoint as a Web endpoint.
|
endpoints.shutdown.web.enabled=false # Expose the shutdown endpoint as a Web endpoint.
|
||||||
|
|
||||||
# STATUS ENDPOINT ({sc-spring-boot-actuator}/endpoint/StatusEndpoint.{sc-ext}[StatusEndpoint])
|
# STATUS ENDPOINT ({sc-spring-boot-actuator}/health/StatusEndpoint.{sc-ext}[StatusEndpoint])
|
||||||
endpoints.status.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.status.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.status.enabled=true # Enable the status endpoint.
|
endpoints.status.enabled=true # Enable the status endpoint.
|
||||||
endpoints.status.jmx.enabled=true # Expose the status endpoint as a JMX MBean.
|
endpoints.status.jmx.enabled=true # Expose the status endpoint as a JMX MBean.
|
||||||
endpoints.status.web.enabled=true # Expose the status endpoint as a Web endpoint.
|
endpoints.status.web.enabled=true # Expose the status endpoint as a Web endpoint.
|
||||||
|
|
||||||
# THREAD DUMP ENDPOINT ({sc-spring-boot-actuator}/endpoint/ThreadDumpEndpoint.{sc-ext}[ThreadDumpEndpoint])
|
# THREAD DUMP ENDPOINT ({sc-spring-boot-actuator}/management/ThreadDumpEndpoint.{sc-ext}[ThreadDumpEndpoint])
|
||||||
endpoints.threaddump.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.threaddump.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.threaddump.enabled= # Enable the threaddump endpoint.
|
endpoints.threaddump.enabled= # Enable the threaddump endpoint.
|
||||||
endpoints.threaddump.jmx.enabled= # Expose the threaddump endpoint as a JMX MBean.
|
endpoints.threaddump.jmx.enabled= # Expose the threaddump endpoint as a JMX MBean.
|
||||||
endpoints.threaddump.web.enabled= # Expose the threaddump endpoint as a Web endpoint.
|
endpoints.threaddump.web.enabled= # Expose the threaddump endpoint as a Web endpoint.
|
||||||
|
|
||||||
# TRACE ENDPOINT ({sc-spring-boot-actuator}/endpoint/TraceEndpoint.{sc-ext}[TraceEndpoint])
|
# TRACE ENDPOINT ({sc-spring-boot-actuator}/trace/TraceEndpoint.{sc-ext}[TraceEndpoint])
|
||||||
endpoints.trace.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
endpoints.trace.cache.time-to-live=0 # Maximum time in milliseconds that a response can be cached.
|
||||||
endpoints.trace.enabled= # Enable the trace endpoint.
|
endpoints.trace.enabled= # Enable the trace endpoint.
|
||||||
endpoints.trace.jmx.enabled= # Expose the trace endpoint as a JMX MBean.
|
endpoints.trace.jmx.enabled= # Expose the trace endpoint as a JMX MBean.
|
||||||
|
|
|
@ -21,6 +21,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
|
||||||
:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot
|
:sc-spring-boot: {github-code}/spring-boot/src/main/java/org/springframework/boot
|
||||||
:sc-spring-boot-autoconfigure: {github-code}/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure
|
:sc-spring-boot-autoconfigure: {github-code}/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure
|
||||||
:sc-spring-boot-actuator: {github-code}/spring-boot-actuator/src/main/java/org/springframework/boot/actuate
|
:sc-spring-boot-actuator: {github-code}/spring-boot-actuator/src/main/java/org/springframework/boot/actuate
|
||||||
|
:sc-spring-boot-actuator-autoconfigure: {github-code}/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure
|
||||||
:sc-spring-boot-cli: {github-code}/spring-boot-cli/src/main/java/org/springframework/boot/cli
|
:sc-spring-boot-cli: {github-code}/spring-boot-cli/src/main/java/org/springframework/boot/cli
|
||||||
:sc-spring-boot-devtools: {github-code}/spring-boot-devtools/src/main/java/org/springframework/boot/devtools
|
:sc-spring-boot-devtools: {github-code}/spring-boot-devtools/src/main/java/org/springframework/boot/devtools
|
||||||
:sc-spring-boot-test: {github-code}/spring-boot-test/src/main/java/org/springframework/boot/test
|
:sc-spring-boot-test: {github-code}/spring-boot-test/src/main/java/org/springframework/boot/test
|
||||||
|
|
Loading…
Reference in New Issue