AZ-204 · Question #71
Case Study 1 - Litware Inc Background You are a developer for Litware Inc., a SaaS company that provides a solution for managing employee expenses. The solution consists of an ASP.NET Core Web API…
The correct answer is D. Implement Application Insights Sampling. Scenario, the log capacity issue: Developers report that the number of log message in the trace output for the processor is too high, resulting in lost log messages. Sampling is a feature in Azure Application Insights. It is the recommended way to reduce telemetry traffic and…
Question
Options
- ASet a LogCategoryFilter during startup.
- BCreate an Application Insights Telemetry Filter.
- CChange the minimum log level in the host.json file for the function.
- DImplement Application Insights Sampling.
How the community answered
(29 responses)- A10% (3)
- B3% (1)
- C3% (1)
- D83% (24)
Explanation
Scenario, the log capacity issue: Developers report that the number of log message in the trace output for the processor is too high, resulting in lost log messages. Sampling is a feature in Azure Application Insights. It is the recommended way to reduce telemetry traffic and storage, while preserving a statistically correct analysis of application data. The filter selects items that are related, so that you can navigate between items when you are doing diagnostic investigations. When metric counts are presented to you in the portal, they are renormalized to take account of the sampling, to minimize any effect on the statistics. Sampling reduces traffic and data costs, and helps you avoid throttling. https://docs.microsoft.com/en-us/azure/azure-monitor/app/sampling
Topics
Community Discussion
No community discussion yet for this question.