Skip to content

Commit 79bce09

Browse files
Merge pull request #233878 from frankliu20/frank/improve-truble-shoot-doc
chore: improve trouble shoot metric part for ASA
2 parents 11a2a6f + 1196114 commit 79bce09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/spring-apps/troubleshoot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ When you're debugging application crashes, start by checking the running status
6464
* Gradual memory leaks.
6565

6666
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.
6769
6870
* 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:
6971

0 commit comments

Comments
 (0)