Application Insights disable GET requests every 5 min

拈花ヽ惹草 提交于 2019-12-23 19:13:11

问题


We have a problem with Application Insights. There are a lot of requests every 5 min to our App Service. All alerts are disabled. Does anyone know what this is and how to disable the logging for that requests?

P.S. He think that this is ResourceHealth monitor, but how to disable it then?


回答1:


You probably use the "Always On" feature within your application settings. Azure is invoking the root of your site every 5 minutes to keep your app warm. I doubt there is a way to disabling these loggings.




回答2:


With application insights telemetryprocessor you can filter the heartbeat requests (or any other kind of requests) by manually capturing the telemetry. Have a look at this



来源:https://stackoverflow.com/questions/41827438/application-insights-disable-get-requests-every-5-min

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!