You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/azure-monitor/app-insights/telemetry/troubleshoot-high-data-ingestion.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,15 +296,15 @@ Switch to another supported table plan for Application Insights. Billing for dat
296
296
297
297
### Method 3: Use telemetry SDK features for Java agent
298
298
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).
300
300
301
301
There are some supplemental methods to sampling overrides:
302
302
303
303
- Reduce cost from the `traces` table (**logs** and **Trace** on the Application Insights page):
304
304
305
305
-[Reduce the telemetry log level](/azure/azure-monitor/app/java-standalone-config#autocollected-logging)
306
306
-[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:
0 commit comments