Skip to content

Commit cd9884c

Browse files
committed
edit for previously-merged PR: chore: improve trouble shoot metric part for ASA #233878
1 parent 54355b8 commit cd9884c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/spring-apps/troubleshoot.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ When you're debugging application crashes, start by checking the running status
6363
* The surge memory allocation for a specific logic path.
6464
* Gradual memory leaks.
6565

66-
For more information, see [Metrics](./concept-metrics.md).
67-
> [!NOTE]
68-
> These metrics are available only for spring-boot applications, and you need to [add spring-boot-starter-actuator dependency](concept-manage-monitor-app-spring-boot-actuator.md#add-actuator-dependency) to enable these metrics.
66+
For more information, see [Metrics](./concept-metrics.md).
67+
68+
> [!NOTE]
69+
> These metrics are available only for Spring Boot applications. To enable these metrics, add the `spring-boot-starter-actuator` dependency. For more information, see the [Add actuator dependency](concept-manage-monitor-app-spring-boot-actuator.md#add-actuator-dependency) section of [Manage and monitor app with Spring Boot Actuator](concept-manage-monitor-app-spring-boot-actuator.md).
6970
7071
* If the application fails to start, verify that the application has valid jvm parameters. If jvm memory is set too high, the following error message might appear in your logs:
7172

0 commit comments

Comments
 (0)