Skip to content

Commit 901a299

Browse files
committed
fix comment
1 parent 97b9aad commit 901a299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/spring-apps/how-to-configure-enterprise-spring-cloud-gateway.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ Run the following command
180180
az spring gateway update --apm-types <APM_TYPE> --properties <key=value> --secrets <key=value>
181181
```
182182

183-
The supported APM types are `ApplicationInsights`, `AppDynamics`, `Dynatrace`, `NewRelic` and `ElasticAPM`. You can refer to their public documents about APM Java agent to see full functions provided and which environment variables are exposed. Azure Spring Apps will upgrade APM agents version in the same cadence as those in Buildpacks to keep compatibility of agents between Spring Cloud Gateway and users' applications.
183+
184+
The supported APM types are `ApplicationInsights`, `AppDynamics`, `Dynatrace`, `NewRelic` and `ElasticAPM`. You can refer to their public documents about APM Java agent to see full functions provided and which environment variables are exposed. Azure Spring Apps will upgrade APM agent in the same cadence as deployed apps to keep compatibility of agents between Spring Cloud Gateway and apps.
184185

185186
> [!NOTE]
186187
> By default, Azure Spring Apps prints the logs of the APM Java agent to `STDOUT`, which are mixed with Spring Cloud Gateway logs. You can check the version of APM agent used in logs. These logs can be queried in Log Analystics for troubleshooting.

0 commit comments

Comments
 (0)