Skip to content

Commit a4bd38d

Browse files
Merge pull request #234012 from KarlErickson/karler-fix
edit for previously-merged PRs
2 parents 11297cd + db69df3 commit a4bd38d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/spring-apps/concept-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You can also use the **Apply splitting** option, which will draw multiple lines
8484
## User metrics options
8585

8686
> [!NOTE]
87-
> For spring boot applications, you need to [add spring-boot-starter-actuator dependency](concept-manage-monitor-app-spring-boot-actuator.md#add-actuator-dependency) to see metrics from spring boot actuator.
87+
> For Spring Boot applications, to see metrics from Spring Boot Actuator, 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).
8888
8989
The following tables show the available metrics and details.
9090

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)