Skip to content

Commit da8af12

Browse files
Merge pull request #277754 from nzamoralopez/docs-editor/java-standalone-sampling-overr-1718049875
Fixed broken json sample in java-standalone-sampling-overrides.md
2 parents b8272a2 + cc5dcfb commit da8af12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/java-standalone-sampling-overrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer: mmcc
1515
1616
Sampling overrides allow you to override the [default sampling percentage](./java-standalone-config.md#sampling),
1717
for example:
18-
* Set the sampling percentage to 0 (or some small value) for noisy health checks.
18+
* Set the sampling percentage to 0 (or some small value) for noisy health checks.
1919
* Set the sampling percentage to 0 (or some small value) for noisy dependency calls.
2020
* Set the sampling percentage to 100 for an important request type (for example, `/login`)
2121
even though you have the default sampling configured to something lower.
@@ -42,7 +42,7 @@ To begin, create a configuration file named *applicationinsights.json*. Save it
4242
{
4343
"connectionString": "...",
4444
"sampling": {
45-
"percentage": 10
45+
"percentage": 10,
4646
"overrides": [
4747
{
4848
"telemetryType": "request",

0 commit comments

Comments
 (0)