Skip to content

Commit d14bd6e

Browse files
committed
Fixed language, remaned files as suggested
1 parent 52a8737 commit d14bd6e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/azure-monitor/app/java-ipa.md renamed to articles/azure-monitor/app/java-agent-3.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 03/29/2020
1010

1111
Java codeless application monitoring is all about simplicity - there are no code changes, the Java agent can be enabled through just a couple of configuration changes.
1212

13-
The Java agent works in any environment, and allows you to monitor all of your Java applications. In other words, whether you are running your Java apps on VMs, on prem, in AKS, on Windows, Linux - you name it, the Java 3.0 agent will monitor your app.
13+
The Java agent works in any environment, and allows you to monitor all of your Java applications. In other words, whether you are running your Java apps on VMs, on-premises, in AKS, on Windows, Linux - you name it, the Java 3.0 agent will monitor your app.
1414

1515
Adding the Application Insights Java SDK to your application is no longer required, as the 3.0 agent autocollects requests, dependencies and logs all on its own.
1616

@@ -188,4 +188,4 @@ Or you can also use Application Insights Java SDK 2.x:
188188
If you're already using Application Insights Java SDK 2.x in your application, there is no need to remove it. The Java 3.0 agent will detect it, and capture and correlate any custom telemetry you're sending via the Java SDK 2.x, while suppressing any autocollection performed by the Java SDK 2.x to prevent duplicate capture.
189189

190190
> ![NOTE]
191-
> Note: Java SDK 2.x TelemetryInitializers and TelemetryProcessors will not be run when using the 3.0 agent. If this functionality is important for you, please contact the product team <a href="mailto:[email protected]">[email protected]</a>. We're still designing the replacement for this functionality in 3.0, and we want to make sure it will cover your use case(s).
191+
> Note: Java SDK 2.x TelemetryInitializers and TelemetryProcessors will not be run when using the 3.0 agent.

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@
224224
href: app/asp-net-troubleshoot-no-data.md
225225
- name: Codeless monitoring
226226
items:
227-
- name: Any Environment - Java (Preview)
228-
href: app/java-ipa.md
227+
- name: Any environment - Java (preview)
228+
href: app/java-agent-3.0.md
229229
- name: Azure VM and scale set
230230
href: app/azure-vm-vmss-apps.md
231231
- name: Azure App Service

0 commit comments

Comments
 (0)