Skip to content

Commit 1dba56f

Browse files
Update articles/container-apps/java-apm-agent-config.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent ed76b61 commit 1dba56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/java-apm-agent-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: kuzhong
1212

1313
# Tutorial: Configure APM Java agent with init-container
1414

15-
APM (Application Performance Management) is useful when it comes to observability for your applications running online. You can package the APM plugin in the same image or Dockerfile with your app, but it binds the management efforts together, like release and CVE (Common Vulnerabilities and Exposures) mitigation. Alternatively, you can apply Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
15+
Application Performance Management (APM) helps power observability for your container apps. You can package the APM plugin in the same image or Dockerfile with your app, but it binds the management efforts together, like release and CVE (Common Vulnerabilities and Exposures) mitigation. Rather than binding the concerns together, you can apply Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
1616

1717
In this tutorial, you learn how to:
1818

0 commit comments

Comments
 (0)