Skip to content

Commit 5c4e339

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent 143cb6d commit 5c4e339

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/spring-apps/how-to-circuit-breaker-metrics.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-java, devx-track-azurecli, event-tier1-build-2022
1616
1717
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
1818

19-
This article shows how to collect Spring Cloud Resilience4j Circuit Breaker Metrics with the Application Insights Java in-process agent. With this feature, you can monitor metrics of resilience4j circuit breaker from Application Insights with Micrometer.
19+
This article shows you how to collect Spring Cloud Resilience4j Circuit Breaker Metrics with Application Insights Java in-process agent. With this feature, you can monitor the metrics of Resilience4j circuit breaker from Application Insights with Micrometer.
2020

2121
The demo [spring-cloud-circuit-breaker-demo](https://github.com/spring-cloud-samples/spring-cloud-circuitbreaker-demo) shows how the monitoring works.
2222

@@ -28,7 +28,7 @@ The demo [spring-cloud-circuit-breaker-demo](https://github.com/spring-cloud-sam
2828

2929
## Build and deploy apps
3030

31-
Use the following procedure to build and deploy the sample applications.
31+
Use the following steps to build and deploy the sample applications.
3232

3333
1. Clone and build the demo repository.
3434

@@ -78,9 +78,9 @@ Use the following procedure to build and deploy the sample applications.
7878
> </dependency>
7979
> ```
8080
>
81-
> * The customer code requires the `CircuitBreakerFactory` API, which is implemented as a `bean` automatically created when you include a Spring Cloud Circuit Breaker starter. For details see [Spring Cloud Circuit Breaker](https://spring.io/projects/spring-cloud-circuitbreaker#overview).
81+
> * Your code must use the `CircuitBreakerFactory` API, which is implemented as a `bean` automatically created when you include a Spring Cloud Circuit Breaker starter. For more information, see [Spring Cloud Circuit Breaker](https://spring.io/projects/spring-cloud-circuitbreaker#overview).
8282
>
83-
> * The following two dependencies have conflicts with resilient4j packages. Be sure the customer does not include them.
83+
> * The following two dependencies have conflicts with Resilient4j packages. Be sure you don't include them.
8484
>
8585
> ```xml
8686
> <dependency>
@@ -108,7 +108,8 @@ Use the following procedure to build and deploy the sample applications.
108108
109109
:::image type="content" source="media/how-to-circuit-breaker-metrics/application-insights.png" alt-text="Screenshot of the Azure portal showing the Azure Spring Apps Application Insights page with the Application Insights on the button bar highlighted." lightbox="media/how-to-circuit-breaker-metrics/application-insights.png":::
110110
111-
1. Select **Metrics** in the navigation pane. The Metrics page provides dropdown menus and options to define the charts in this procedure. For all charts, set the **Metric Namespace**, to **azure.applicationinsights**.
111+
1. Select **Metrics** in the navigation pane. The **Metrics** page provides dropdown menus and options to define the charts in this procedure. For all charts, set the **Metric Namespace** to **azure.applicationinsights**.
112+
112113
113114
:::image type="content" source="media/how-to-circuit-breaker-metrics/chart-menus.png" alt-text="Screenshot of the Azure portal Application Insights Metrics page, with Metrics highlighted in the navigation pane, and with azure-applicationinsights highlighted in the Metric Namespace dropdown menu." lightbox="media/how-to-circuit-breaker-metrics/chart-menus.png":::
114115

0 commit comments

Comments
 (0)