Can you suggest ways to modify Application Insights settings at the Azure side, without deleting the Application Insights instance, so it would ignore/skip all or part of incoming telemetry traffic?
The goal is to save money during certain periods of time when I don't need to collect telemetry from the applications always sending telemetry to this Application Insights instance.
This change should be transparent for the applications sending telemetry - there should not be a need to change anything in their configuration to achieve this.
Can you suggest ways to modify Application Insights settings at the Azure side, without deleting the Application Insights instance, so it would ignore/skip all or part of incoming telemetry traffic?
The goal is to save money during certain periods of time when I don't need to collect telemetry from the applications always sending telemetry to this Application Insights instance.
This change should be transparent for the applications sending telemetry - there should not be a need to change anything in their configuration to achieve this.
Share Improve this question asked Mar 20 at 7:18 AverageAskerAverageAsker 2002 silver badges12 bronze badges1 Answer
Reset to default 0Yes, you can modify Ingestion Sampling
(https://learn.microsoft/en-us/azure/azure-monitor/app/sampling-classic-api#types-of-sampling).
How to do it:
In Application Insights resource go to
Usage and estimated costs
Click on
Data sampling
menu itemModify percentage to 1%
Your Application Insights resource will continue to ingest 1% of data with corresponding cost drop. Once you need full ingestion - modify it back to 100%.