Skip to content

Commit e77cfd8

Browse files
committed
update
1 parent eb500ab commit e77cfd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/azure/azure-monitor/app-insights/telemetry/troubleshoot-high-data-ingestion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,15 +296,15 @@ Switch to another supported table plan for Application Insights. Billing for dat
296296

297297
### Method 3: Use telemetry SDK features for Java agent
298298

299-
The default recommended solution is using [sampling overrides](/azure/azure-monitor/app/java-standalone-sampling-overrides). A common use case is [suppressing collecting telemetry for health checks](/azure/azure-monitor/app/java-standalone-sampling-overrides#suppress-collecting-telemetry-for-health-checks). The Application Insights Java agent provides [two types of sampling](/azure/azure-monitor/app/java-standalone-config#sampling).
299+
The default recommended solution is using [sampling overrides](/azure/azure-monitor/app/java-standalone-sampling-overrides). The Application Insights Java agent provides [two types of sampling](/azure/azure-monitor/app/java-standalone-config#sampling). A common use case is [suppressing collecting telemetry for health checks](/azure/azure-monitor/app/java-standalone-sampling-overrides#suppress-collecting-telemetry-for-health-checks).
300300

301301
There are some supplemental methods to sampling overrides:
302302

303303
- Reduce cost from the `traces` table (**logs** and **Trace** on the Application Insights page):
304304

305305
- [Reduce the telemetry log level](/azure/azure-monitor/app/java-standalone-config#autocollected-logging)
306306
- [Remove application (not frameworks/libs) logs with MDC attribute and sampling override](/azure/azure-monitor/app/java-standalone-sampling-overrides#suppress-collecting-telemetry-for-log)
307-
- Disable log instrumentation by updating the applicationinsights.json file:
307+
- Disable log instrumentation by updating the *applicationinsights.json* file:
308308

309309
```JSON
310310
{

0 commit comments

Comments
 (0)