An ASP.NET application instrumented with the Application Insights SDK sends a large burst of telemetry, causing ingestion errors and dropped events. You must reduce telemetry volume and costs while keeping statistically valid telemetry and preserving client-server correlation. What action should you take?
Choose an answer
Tap an option to check your answer.
Correct answer: Disable adaptive sampling. Enable and configure the fixed-rate sampling module..
Why this is the answer
Disabling adaptive sampling and enabling fixed-rate sampling is the correct approach to reduce telemetry volume while maintaining statistical validity and correlation. Adaptive sampling dynamically adjusts the sampling rate based on telemetry volume, which can lead to unpredictable data loss during bursts. Fixed-rate sampling, however, samples a consistent percentage of telemetry, ensuring a statistically representative dataset and preserving client-server correlation through its sampling algorithm. Setting a daily cap on the Log Analytics workspace or modifying its pricing tier addresses cost but not the underlying issue of excessive telemetry volume and dropped events, nor does it guarantee statistically valid data. Updating application code to reduce DiagnosticSource events might help, but it's a more involved development task and doesn't offer the immediate and configurable volume control of sampling.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed