如何查看按页面划分的网站上的指标

时间:2018-10-14 15:56:56

标签: azure-application-insights

我将Azure网站托管为应用程序服务,并为其启用了Application Insights。我还在网站的5个页面中的每一个页面中都插入了以下工具代码(具有正确的工具密钥)。

Microsoft已在门户上的Application Insights功能周围移动。我的目标是分别查看网站中每个页面的使用情况分析。此documentation的“页面浏览量”部分说明要在“用法”刀片上单击“页面浏览量”部分。我找不到“使用情况”刀片,也找不到其中的“页面浏览量”部分。有谁知道我如何查看“页面浏览量”部分(按页面划分)下显示的分析?

**我知道我正确添加了检测代码,因为诸如性能之类的其他刀片正在按页面分解数据。

  <script type="text/javascript">
    var appInsights = window.appInsights || function(a) {
      function b(a) {
        c[a] = function() {
          var b = arguments;
          c.queue.push(function() {
            c[a].apply(c, b)
          })
        }
      }
      var c = {
          config: a
        },
        d = document,
        e = window;
      setTimeout(function() {
        var b = d.createElement("script");
        b.src = a.url || "https://az416426.vo.msecnd.net/scripts/a/ai.0.js", d.getElementsByTagName(
          "script")[0].parentNode.appendChild(b)
      });
      try {
        c.cookie = d.cookie
      } catch (a) {}
      c.queue = [];
      for (var f = ["Event", "Exception", "Metric", "PageView", "Trace", "Dependency"]; f.length;)
        b(
          "track" + f.pop());
      if (b("setAuthenticatedUserContext"), b("clearAuthenticatedUserContext"), b(
          "startTrackEvent"),
        b("stopTrackEvent"), b("startTrackPage"), b("stopTrackPage"), b("flush"), !a.disableExceptionTracking
      ) {
        f = "onerror", b("_" + f);
        var g = e[f];
        e[f] = function(a, b, d, e, h) {
          var i = g && g(a, b, d, e, h);
          return !0 !== i && c["_" + f](a, b, d, e, h), i
        }
      }
      return c
    }({
      instrumentationKey: ""
    });

1 个答案:

答案 0 :(得分:1)

在Application Insights中,执行以下步骤:

1。导航到Metrics,然后单击view classic metricsenter image description here

2。在新页面中,单击Add chartenter image description here

3。然后在右侧->图表详细信息面板中,选择page view相关选项: enter image description here

然后 enter image description here