c# - Application Insights Delay? -


i've looked in many places details around delay of time takes application insights data appear in dashboard, can't find documented anywhere.

i spent time yesterday trying debug issue around code seemingly unable send data application insights, data appear sometime later (~40 mins).

does have details regarding time should expect have wait prior seeing data on dashboard?

i've read few faqs articles such as: https://azure.microsoft.com/en-gb/documentation/articles/app-insights-troubleshoot-faq/ none wiser.

more specifically, these attempts track exceptions , custom events.

generally raw examples of data should available within couple of minutes time send it, , aggregated data takes 5-10 minutes appear. when experiencing processing delay display banner on overview page in application insights in portal on screenshot below. enter image description here

if saw 40 minutes delay seeing data either case of ongoing issue processing pipeline, in case message should have been shown (and if not, detection problem on our side), or, seeing, there have been configuration problem application later addressed.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -