Microsoft Azure Container Instance監視
概要
Microsoft Azure Container Instance(ACI)は、Microsoft Azureが提供するサービスで、Microsoft
Azureパブリッククラウド上で直接コンテナーを実行できます。基盤となる仮想マシンや複雑なインフラストラクチャを管理することなくコンテナーを処理でき、LinuxコンテナーとWindowsコンテナーの両方をサポートします。
Applications Managerの Azure Container Instance
Monitoringツールを使用して、コンテナーインスタンスのパフォーマンスと信頼性を確保するためにお役立てください。これを実現する方法については、引き続きお読みください。
新規監視追加
新規にMicrosoft Azure Container Instanceを追加する方法はこちらをご参照ください。
監視対象パラメーター
[監視]タブをクリックして、監視カテゴリービューへ移動します。[クラウド]カテゴリーから[Microsoft
Azure]配下の[子モニター]にカーソルを合わせて、表示された欄から[Container Instance]をクリックしてください。
一括設定ビューが3つのタブに分類のうえ表示されます。
- [可用性]タブ:最新24時間か30日の可用性履歴がわかります。
- [パフォーマンス]タブ:最新24時間か30日のステータスとイベントを確認可能です。
- [リストビュー]タブ:一括管理設定を実行できます。
Azure Container Instance監視で対応するタブで監視できるメトリクスのリストは次のとおりです。
パフォーマンス概要
パラメーター | 説明 |
---|---|
INSTANCE DETAILS | |
Status | The state of the container group. |
No. of Containers | The total number of containers deployed in the container group. |
FQDN | The Fully Qualified Domain Name of the Container Instance. |
CPU UTILIZATION | |
CPU Utilization | The average CPU utilization of all the instances of the container group at the time of polling (in %). |
MEMORY UTILIZATION | |
Memory Utilization | The average memory utilization of all the instances of the container group at the time of polling (in %). |
CPU USAGE | |
CPU Cores Used | The average CPU used on all the cores in millicores at the time of polling. One millicore is 1/1000 of a CPU core (in millicores). |
CPU Cores Limit | The sum of CPU cores allocated for each instance in the container group (in core(s)). |
MEMORY USAGE | |
Memory Used | The average memory used at the time of polling (in MB). |
Memory Limit | The sum of memory allocated for each instance deployed in the container group (in GB). |
INCOMING DATA | |
Rate of Incoming Data | The average amount of data received per second over a network between the poll interval (in MB/s). |
OUTGOING DATA | |
Rate of Outgoing Data | The average amount of data transmitted per second over a network between the poll interval (in MB/s). |
構成
パラメーター | 説明 |
---|---|
CONFIGURATION | |
Resource Group Name | The name of the resource group. |
Location | The location of the resource. |
Provisioning State | The current provisioning state of the resource. |
OS Type | The type of the operating system required by the containers in the container group. Possible values: Linux/ Windows |
SKU | The SKU for the container group. Possible values: Standard/ Confidential/ Dedicated |
Restart Policy | The Restart policy for all containers within the container group. Possible values: Always/ Never/ OnFailure |
IP CONFIGURATION | |
IP Address | IP address for the container group. |
IP Address Type | Specifies whether the IP is exposed to the public internet or private VNET. Possible values: Private/ Public |
DNS Name Label | The DNS name label for the IP. |
DNS Name Label Scope Reuse | The value representing the security enum. Possible values: Noreuse/ ResourceGroupReuse/ SubscriptionReuse/ TenantReuse/ Unsecure |