Application Insights での Statsbeat
多くの場合、Azure Monitor Application Insights は Statsbeat という機能を使用して、Microsoft の製品使用状況に関するデータを自動的に収集します。 このデータは Microsoft データ ストアに格納され、お客様の監視ボリュームとコストには影響しません。 Statsbeat では、次に関する essential および nonessential メトリックが収集されます。
- Azure Monitor OpenTelemetry Distro
- 自動インストルメント化 (自動インストルメンテーション)
- Application Insights SDK (クラシック API)
Statsbeat の 3 つの主な目的は次のとおりです。
- サービス正常性と信頼性 - 外部の観点からインジェスト エンドポイントへの接続を監視して、サービスが正しく機能していることを確認します。
- 診断のサポート - セルフヘルプの分析情報を提供し、問題の診断と解決に関するカスタマー サポートを支援します。
- 製品の改善 - 製品設計を最適化し、全体的なユーザー エクスペリエンスを向上させるために、Microsoft の分析情報を収集します。
Note
Statsbeat は Azure Private Link をサポートしていません。
サポートされている言語
Statsbeat | .NET | Java | JavaScript | Node.js | Python |
---|---|---|---|---|---|
Essential Statsbeat | |||||
Network | ❌ | ✅ | ❌ | ✅ | ✅ |
[アタッチ] | ✔️* | ✅ | ❌ | ✅ | ✅ |
機能 | ❌ | ✅ | ❌ | ✅ | ✅ |
重要ではない Statsbeat | |||||
ディスク I/O エラー | ❌ | ✅ | ❌ | ❌ | ❌ |
* クラシック API または自動侵入ではサポートされていません (OTel のみ)
サポートされているヨーロッパのリージョン
Statsbeat は、次のリージョンで Application Insights リソースの EU データ境界をサポートしています。
地域名 | リージョン名 |
---|---|
ヨーロッパ | 北ヨーロッパ |
ヨーロッパ | 西ヨーロッパ |
フランス | フランス中部 |
フランス | フランス南部 |
ドイツ | ドイツ中西部 |
ノルウェー | ノルウェー東部 |
ノルウェー | ノルウェー西部 |
スウェーデン | スウェーデン中部 |
スイス | スイス北部 |
スイス | スイス西部 |
イギリス | イギリス南部 |
イギリス | イギリス西部 |
重要な Statsbeat
Network Statsbeat
メトリックの名前 | ユニット | サポートされるディメンション |
---|---|---|
Request Success Count (要求の成功回数) | Count | Resource Provider 、 Attach Type 、 Instrumentation Key 、 Runtime Version 、 Operating System 、 Language 、 Version 、 Endpoint 、 Host |
Requests Failure Count (要求の失敗回数) | Count | Resource Provider 、 Attach Type 、 Instrumentation Key 、 Runtime Version 、 Operating System 、 Language 、 Version 、 Endpoint 、 Host 、 Status Code |
Request Duration (要求の実行時間) | 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 |
Throttle Count (スロットル回数) | Count | Resource Provider 、 Attach Type 、 Instrumentation Key 、 Runtime Version 、 Operating System 、 Language 、 Version 、 Endpoint 、 Host 、 Status Code |
Exception Count (例外回数) | Count | Resource Provider 、 Attach Type 、 Instrumentation Key 、 Runtime Version 、 Operating System 、 Language 、 Version 、 Endpoint 、 Host 、 Exception Type |
注意
インストルメンテーション キーのインジェストのサポートは、2025 年 3 月 31 日に終了します。 インストルメンテーション キーのインジェストは引き続き機能しますが、この機能の更新プログラムやサポートは提供されなくなります。 接続文字列に移行することで、新機能をご利用いただけます。
Attach Statsbeat
メトリックの名前 | ユニット | サポートされるディメンション |
---|---|---|
Attach | Count | Resource Provider 、 Resource Provider Identifier 、 Attach Type 、 Instrumentation Key 、 Runtime Version 、 Operating System 、 Language 、 Version |
Feature Statsbeat
メトリックの名前 | ユニット | サポートされるディメンション |
---|---|---|
特徴量 | Count | Resource Provider 、 Attach Type 、 Instrumentation Key 、 Runtime Version 、 Feature 、 Type 、 Operating System 、 Language 、 Version |
重要でない 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 |
ファイアウォールの構成
メトリックは、ファイアウォールで送信接続を開く必要がある次の場所に送信されます。
場所 | URL |
---|---|
ヨーロッパ | westeurope-5.in.applicationinsights.azure.com |
ヨーロッパ以外 | westus-0.in.applicationinsights.azure.com |
Statsbeat を無効にする
Statsbeat は既定で有効になっています。 これは、環境変数 APPLICATIONINSIGHTS_STATSBEAT_DISABLED
を true
に設定することによって無効にできます。