Azure Application Insights 中的会话持续时间

Session duration in Azure Application Insights

根据此文档,存在称为会话持续时间的指标:

https://docs.microsoft.com/en-us/azure/application-insights/app-insights-web-track-usage#what-proportion-of-my-users-are-new

Session duration is a metric that records the span of time between the first and last telemetry items of the session.

如何才能看到? 在门户中,我找到了查看会话数的选项,但不是持续时间。

我们无法再在指标资源管理器中看到会话持续时间。必须使用 Analytics query/calculate 它和其他一些使用指标。

来自 MS 的更多详细信息:

The following usage metrics are no longer automatically calculated and removed from Application Insights as we are making APM and not usage our primary focus:

  • session duration

参考:https://github.com/Microsoft/ApplicationInsights-Announcements/issues/10