Skip to content

Commit 81711d4

Browse files
committed
1 parent 22511a8 commit 81711d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/spring-apps/concept-manage-monitor-app-spring-boot-actuator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ Actuator endpoints let you monitor and interact with your application. By defaul
5858
To observe the configuration and configurable environment, we need to enable `env` and `configgrops` endpoints as well.
5959

6060
1. Go to app **Overview** pane, select **Configuration** in the setting menu, go to the **Environment variables** configuration page.
61-
1. Add the following properties as in the "key:value" form. This environment will open the Spring Actuator endpoint "env", "health", "info".
61+
1. Add the following properties as in the "key:value" form. This environment will open the Spring Actuator endpoint "health".
6262

6363
```properties
64-
management.endpoints.web.exposure.include: env,health,info
64+
management.endpoints.web.exposure.include: health
6565
```
6666

6767
1. Select the **Save** button, your application will restart automatically and load the new environment variables.

0 commit comments

Comments
 (0)