为什么app insights交易明细有差距
Why do app insights transaction details have gaps
我试图发现为什么我的一些功能响应经常花费 2 秒以上,我注意到在这些请求中,应用洞察端到端交易细节之间存在很大差距依赖调用,这是我失去所有时间的地方。
谁能告诉我为什么存在这些差距以及为什么应用洞察没有显示那段时间发生的事情?
您的函数可能具有 App Insights 不会自动收集其信息的依赖项。
请查看当前auto-collected dependencies. If your dependency is not there, then you will need to manually track the dependency列表。
我试图发现为什么我的一些功能响应经常花费 2 秒以上,我注意到在这些请求中,应用洞察端到端交易细节之间存在很大差距依赖调用,这是我失去所有时间的地方。
谁能告诉我为什么存在这些差距以及为什么应用洞察没有显示那段时间发生的事情?
您的函数可能具有 App Insights 不会自动收集其信息的依赖项。
请查看当前auto-collected dependencies. If your dependency is not there, then you will need to manually track the dependency列表。