Skip to content

Commit a853c67

Browse files
authored
edits for spacing
1 parent 1607128 commit a853c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/java-standalone-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ We recommend the following two steps to resolve this issue:
128128
129129
## Understanding UnknownHostException
130130

131-
If you see this exception after upgrading to Java agent version greater than 3.2.0, upgrading your network to resolve the new endpoint shown in the exception might resolve the exception. The reason for the difference between Application Insights versions is that versions greater than 3.2.0 points to the new ingestion endpoint `v2.1/track` compared to the older `v2/track`, and the new ingestion endpoint will automatically redirect you to the ingestion endpoint(new endpoint shown in exception) nearest to the storage for your Application Insights resource.
131+
If you see this exception after upgrading to Java agent version greater than 3.2.0, upgrading your network to resolve the new endpoint shown in the exception might resolve the exception. The reason for the difference between Application Insights versions is that versions greater than 3.2.0 point to the new ingestion endpoint `v2.1/track` compared to the older `v2/track`. The new ingestion endpoint automatically redirects you to the ingestion endpoint (new endpoint shown in exception) nearest to the storage for your Application Insights resource.
132132

0 commit comments

Comments
 (0)