Application Insights 中的統計資料

Statsbeat 會收集有關 Application Insights SDK 和自動結構的基本和非必要 自訂計量 。 Statsbeat 可為 Azure 監視器 Application Insights 客戶提供三個優點:

  • 服務健康情況和可靠性 (外部監視內嵌端點)
  • 支援診斷 (自助深入解析和 CSS 深入解析)
  • 產品改進 (設計優化)

Statsbeat 資料會儲存在 Microsoft 資料存放區中。 這不會影響客戶的整體監視量和成本。

Statsbeat 不支援 Azure Private Link

Statsbeat 收集什麼資料?

Statsbeat 會收集基本和非必要計量。

支援的語言

C# Java JavaScript Node.js Python
目前不支援 支援 目前不支援 支援 支援

支援的歐盟區域

Statsbeat 支援下列區域中 Application Insights 資源的歐洲資料界限:

地理位置名稱 區域名稱
歐洲 北歐
歐洲 西歐
法國 法國中部
法國 法國南部
德國 德國中西部
挪威 挪威東部
挪威 挪威西部
瑞典 瑞典中部
瑞士 瑞士北部
瑞士 瑞士西部
英國 英國南部
英國 英國西部

基本 Statsbeat

網路 Statsbeat

度量名稱 單位 支援的維度
要求成功計數 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version, Endpoint, Host
要求失敗計數 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version, Endpoint, Host, Status Code
要求持續時間 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version, Endpoint, Host
重試計數 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version, Endpoint, Host, Status Code
節流計數 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version, Endpoint, Host, Status Code
例外狀況計數 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version, Endpoint, Host, Exception Type

注意

針對檢測金鑰擷取的支援將在 2025 年 3 月 31 日結束。 檢測金鑰擷取將會繼續運作,但我們將不再提供該功能的更新或支援。 轉換至連接字串以利用新功能

附加 Statsbeat

度量名稱 單位 支援的維度
連結 Count Resource Provider, Resource Provider Identifier, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version

功能 Statsbeat

度量名稱 單位 支援的維度
功能 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Feature, Type, Operating System, Language, Version

Nonessential Statsbeat

當您使用磁片持續性進行可靠遙測時,請追蹤磁片 I/O 失敗。

度量名稱 單位 支援的維度
讀取失敗計數 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version
寫入失敗計數 Count Resource Provider, Attach Type, Instrumentation Key, Runtime Version, Operating System, Language, Version

設定 Statsbeat

若要停用非必要 Statsbeat,請將下列組態新增至組態檔:

{
  "preview": {
    "statsbeat": {
        "disabled": "true"
    }
  }
}

您也可以將環境變數 APPLICATIONINSIGHTS_STATSBEAT_DISABLED 設定為 true 來停用此功能。 此設定接著會優先于 disabled JSON 組態中指定的 。