Skip to content

Commit c4d7bac

Browse files
committed
Fixed capitalization and spellling
1 parent 1ba3515 commit c4d7bac

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 04/16/2020
1010

1111

1212

13-
## Azure Environments
13+
## Azure environments
1414

1515
Configure [App Services](https://docs.microsoft.com/azure/app-service/configure-language-java#set-java-runtime-options)
1616

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,12 @@ By default, Application Insights Java 3.0 Preview sends a heartbeat metric once
189189
```
190190

191191
> [!NOTE]
192-
> Note: You cannot decrease the frequency of this heartbeat, as the heartbeat data is also used to track Application Insights usage.
192+
> You cannot decrease the frequency of this heartbeat, as the heartbeat data is also used to track Application Insights usage.
193193
194194
## Sampling
195195

196196
Sampling is helpful if you need to reduce cost.
197-
198-
Sampling is performed as a function on the operation id (also known as trace id), so that the same operation id will always result in the same sampling decision. This ensures that you won't get parts of a distributed transaction sampled in while other parts of it are sampled out.
197+
Sampling is performed as a function on the operation ID (also known as trace ID), so that the same operation ID will always result in the same sampling decision. This ensures that you won't get parts of a distributed transaction sampled in while other parts of it are sampled out.
199198

200199
For example, if you set sampling to 10%, you will only see 10% of your transactions, but each one of those 10% will have full end-to-end transaction details.
201200

@@ -219,7 +218,7 @@ To enable sampling:
219218

220219
## HTTP Proxy
221220

222-
If your application is behind a firewall and cannot connect directly to Application Insights (see [IP addresses used by Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/ip-addresses)), you can configure Application Insights Java 3.0 Preview to use an HTTP Proxy:
221+
If your application is behind a firewall and cannot connect directly to Application Insights (see [IP addresses used by Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/ip-addresses)), you can configure Application Insights Java 3.0 Preview to use an HTTP proxy:
223222

224223
```json
225224
{

0 commit comments

Comments
 (0)