Skip to content

Commit 51c6f85

Browse files
committed
Acrolinx fixes
1 parent 4ed9fe0 commit 51c6f85

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/spring-apps/quickstart-logs-metrics-tracing.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: programming-languages-spring-apps
1515
> [!NOTE]
1616
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
1717
18-
**This article applies to:** ✔️ Basic/Standard tier ❌ Enterprise tier
18+
**This article applies to:** ✔️ Basic/Standard ❌ Enterprise
1919

2020
::: zone pivot="programming-language-csharp"
2121

@@ -44,7 +44,7 @@ You can use log streaming in the Azure CLI with the following command.
4444
az spring app logs --name solar-system-weather --follow
4545
```
4646

47-
You'll see output similar to the following example:
47+
You're shown output similar to the following example:
4848

4949
```output
5050
=> ConnectionId:0HM2HOMHT82UK => RequestPath:/weatherforecast RequestId:0HM2HOMHT82UK:00000003, SpanId:|e8c1682e-46518cc0202c5fd9., TraceId:e8c1682e-46518cc0202c5fd9, ParentId: => Microsoft.Azure.SpringCloud.Sample.SolarSystemWeather.Controllers.WeatherForecastController.Get (Microsoft.Azure.SpringCloud.Sample.SolarSystemWeather)
@@ -71,7 +71,7 @@ Executing ObjectResult, writing value of type 'System.Collections.Generic.KeyVal
7171

7272
1. Edit the query to remove the Where clauses that limit the display to warning and error logs.
7373

74-
1. Then select **Run**, and you'll see logs. For more information, see [Get started with log queries in Azure Monitor](../azure-monitor/logs/get-started-queries.md).
74+
1. Select **Run**. You're shown logs. For more information, see [Get started with log queries in Azure Monitor](../azure-monitor/logs/get-started-queries.md).
7575

7676
:::image type="content" source="media/quickstart-logs-metrics-tracing/logs-query-steeltoe.png" alt-text="Screenshot of a Logs Analytics query." lightbox="media/quickstart-logs-metrics-tracing/logs-query-steeltoe.png":::
7777

@@ -142,7 +142,7 @@ az spring app logs \
142142
--follow
143143
```
144144

145-
You'll see logs like this:
145+
You're shown logs like this:
146146

147147
:::image type="content" source="media/quickstart-logs-metrics-tracing/logs-streaming-cli.png" alt-text="Screenshot of CLI log output." lightbox="media/quickstart-logs-metrics-tracing/logs-streaming-cli.png":::
148148

@@ -167,7 +167,7 @@ To get the logs using Azure Toolkit for IntelliJ:
167167

168168
![Select instance](media/quickstart-logs-metrics-tracing/select-instance.png)
169169

170-
1. The streaming log will be visible in the output window.
170+
1. The streaming log is visible in the output window.
171171

172172
![Streaming log output](media/quickstart-logs-metrics-tracing/streaming-log-output.png)
173173

@@ -181,7 +181,7 @@ To get the logs using Azure Toolkit for IntelliJ:
181181

182182
:::image type="content" source="media/quickstart-logs-metrics-tracing/logs-entry.png" alt-text="Screenshot of the Logs opening page." lightbox="media/quickstart-logs-metrics-tracing/logs-entry.png":::
183183

184-
1. Then you'll see filtered logs. For more information, see [Get started with log queries in Azure Monitor](../azure-monitor/logs/get-started-queries.md).
184+
1. Then you're shown filtered logs. For more information, see [Get started with log queries in Azure Monitor](../azure-monitor/logs/get-started-queries.md).
185185

186186
:::image type="content" source="media/quickstart-logs-metrics-tracing/logs-query.png" alt-text="Screenshot of filtered logs." lightbox="media/quickstart-logs-metrics-tracing/logs-query.png":::
187187

@@ -193,16 +193,16 @@ The following chart shows `gateway-requests` (Spring Cloud Gateway), `hikaricp_c
193193

194194
:::image type="content" source="media/quickstart-logs-metrics-tracing/petclinic-microservices-metrics.jpg" alt-text="Screenshot of gateway requests." lightbox="media/quickstart-logs-metrics-tracing/petclinic-microservices-metrics.jpg":::
195195

196-
Spring Boot registers several core metrics, including JVM, CPU, Tomcat, and Logback. The Spring Boot auto-configuration enables the instrumentation of requests handled by Spring MVC. All three REST controllers (`OwnerResource`, `PetResource`, and `VisitResource`) have been instrumented by the `@Timed` Micrometer annotation at the class level.
196+
Spring Boot registers several core metrics, including JVM, CPU, Tomcat, and Logback. The Spring Boot autoconfiguration enables the instrumentation of requests handled by Spring MVC. All three REST controllers (`OwnerResource`, `PetResource`, and `VisitResource`) are instrumented by the `@Timed` Micrometer annotation at the class level.
197197

198198
The `customers-service` application has the following custom metrics enabled:
199199

200-
- @Timed: `petclinic.owner`
201-
- @Timed: `petclinic.pet`
200+
- @Timed: `petclinic.owner`
201+
- @Timed: `petclinic.pet`
202202

203203
The `visits-service` application has the following custom metrics enabled:
204204

205-
- @Timed: `petclinic.visit`
205+
- @Timed: `petclinic.visit`
206206

207207
You can see these custom metrics in the `Metrics` blade:
208208

0 commit comments

Comments
 (0)