spring_reference/V. Spring Boot Actuator
qibaoguang 32fa702cdd Update 40.1. Customizing endpoints.md 2015-07-12 00:50:42 +08:00
..
39. Enabling production-ready features.md Update 39. Enabling production-ready features.md 2015-04-24 13:12:07 +08:00
40. Endpoints.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
40.1. Customizing endpoints.md Update 40.1. Customizing endpoints.md 2015-07-12 00:50:42 +08:00
40.2. Health information.md Update 40.2. Health information.md 2015-05-30 23:57:16 +08:00
40.3. Security with HealthIndicators.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
40.3.1. Auto-configured-HealthIndicators.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
40.3.2. Writing custom HealthIndicators.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
40.4. Custom application info information.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
40.4.1. Automatically expand info properties at build time.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
40.4.2. Git commit information.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
41. Monitoring and management over HTTP.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
41.1. Securing sensitive endpoints.md Update 41.1. Securing sensitive endpoints.md 2015-05-31 00:00:10 +08:00
41.2. Customizing the management server context path.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
41.3. Customizing the management server port.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
41.4. Customizing the management server address.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
41.5. Disabling HTTP endpoints.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
41.6. HTTP Health endpoint access restrictions.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
42. Monitoring and management over JMX.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
42.1. Customizing MBean names.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
42.2. Disabling JMX endpoints.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
42.3. Using Jolokia for JMX over HTTP.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
42.3.1. Customizing Jolokia.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
42.3.2. Disabling Jolokia.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
43. Monitoring and management using a remote shell.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
43.1. Connecting to the remote shell.md Update 43.1. Connecting to the remote shell.md 2015-05-31 00:04:56 +08:00
43.1.1. Remote shell credentials.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
43.2. Extending the remote shell.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
43.2.1. Remote shell commands.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
43.2.2. Remote shell plugins.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44. Metrics.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.1. System metrics.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.2. DataSource metrics.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.3. Tomcat session metrics.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.4. Recording your own metrics.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.5. Adding your own public metrics.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.6. Metric repositories.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.7. Dropwizard Metrics.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
44.8. Message channel integration.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
45. Auditing.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
46. Tracing.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
46.1. Custom tracing.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
47. Process monitoring.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
47.1. Extend configuration.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
47.2. Programmatically.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
48. What to read next.md rename Spring Boot Actuator 2015-04-21 23:16:20 +08:00
README.md Create README.md 2015-04-24 13:12:20 +08:00

README.md

Spring Boot执行器Production-ready特性

Spring Boot包含很多其他的特性它们可以帮你监控和管理发布到生产环境的应用。你可以选择使用HTTP端点JMX或远程shellSSH或Telnet来管理和监控应用。审计Auditing健康health和数据采集metrics gathering会自动应用到你的应用。