Microsoft Azure Logic App(Standard)監視
概要
Microsoft Azure Logic Appsは、ユーザーがワークフローを自動化し、さまざまなサービスとアプリケーションを統合できるようにするクラウドベースのサービスです。Logic
Appsには、Standardと従量課金のプランがあります。
Azure Logic App(Standard)には、シングルテナントのAzure Logic Apps環境またはApp Service Environment v3(ASE
v3)で実行される1つまたは複数のワークフローを含めることができます。
一方、Azure Logic App(従量課金)には、マルチテナントのAzure Logic
Apps環境または統合サービス環境で実行される1つのワークフローのみを含めることができます。
Applications ManagerのAzure Logic App
(Standard) 監視ツールは、Azure Logic App (Standard)
に関する詳細な分析情報を提供するように設計された、さまざまな種類の監視および観測リソースと機能を提供します。
新規監視追加
新規にAzure Logic App(Standard)監視を追加する方法はこちらをご参照ください。
監視対象パラメーター
[監視]タブをクリックして、監視カテゴリービューへ移動します。[クラウド]カテゴリーから[Microsoft
Azure]配下の[子モニター]にカーソルを合わせて、表示された欄から[Logic App(Standard)]をクリックしてください。
一括設定ビューが3つのタブに分類のうえ表示されます。
- [可用性]タブ:最新24時間か30日の可用性履歴がわかります。
- [パフォーマンス]タブ:最新24時間か30日のステータスとイベントを確認可能です。
- [リストビュー]タブ:一括管理設定を実行できます。
Azure Logic App(Standard)監視で対応するタブで監視できるメトリクスのリストは次のとおりです。
パフォーマンス概要
パラメーター | 説明 |
---|---|
APP STATUS | |
Default Host Name | The default hostname of the app. |
App Availability State | The management information availability state of the app. |
App State | The current state of the app. |
App Usage | This indicates whether the app has exceeded its quota usage or not. Possible values: Exceeded/Normal. |
FUNCTION EXECUTION UNITS | |
Function Execution Units | The total Function execution units between the poll interval (in GB-s). GB-s is a combination of execution time and your memory usage. |
FUNCTION EXECUTION RATE | |
Function Execution Rate | The total Function Execution rate per minute, between the poll interval (in executions/min) |
RESPONSE TIME | |
Response Time | The average time taken for the app to serve requests between the poll interval (in milliseconds). |
FILE SYSTEM USAGE | |
File System Usage | The average amount of storage space that is used by files that are associated with the app between the poll interval (in MB). |
パフォーマンス
パラメーター | 説明 |
---|---|
MEMORY WORKING SET | |
Memory Working Set (Max) | The maximum amount of memory used by the app between the poll interval (in MB). |
Memory Working Set (Avg) | The average amount of memory used by the app between the poll interval (in MB). |
NETWORK BANDWIDTH USAGE | |
Incoming Traffic | The total rate of incoming bandwidth consumed by the app between the poll interval (in MB/s). |
Outgoing Traffic | The total rate of outgoing bandwidth consumed by the app between the poll interval (in MB/s). |
IO OPERATIONS | |
IO Read Operations | The average rate at which the app process is issuing read I/O operations between the poll interval (in MB/s). |
IO Write Operations | The average rate at which the app process is issuing write I/O operations between the poll interval (in MB/s). |
IO THROUGHPUT | |
IO Read Throughput | The average rate at which the app process is reading bytes from I/O operations between the poll interval (in MB/s). |
IO Write Throughput | The average rate at which the app process is writing bytes to I/O operations between the poll interval (in MB/s). |
リクエスト
パラメーター | 説明 |
---|---|
REQUESTS | |
Request Rate | The total number of requests regardless of their resulting HTTP status code received per minute by the app between the poll interval (in requests/min). |
Total Requests | The total number of requests regardless of their resulting HTTP status code received by the app between the poll interval. |
HTTP STATUS CODES | |
HTTP 101 - Protocol Switching | The total number of requests resulting in an HTTP status code 101 (Switching protocols) between the poll interval. |
HTTP 2xx - Success | The total number of requests resulting in an HTTP 2xx status code (Successful response) between the poll interval. |
HTTP 3xx - Redirection | The total number of requests resulting in an HTTP 3xx status code (Redirection response) between the poll interval. |
HTTP 4xx - Client Errors | The total number of requests resulting in an HTTP 4xx status code (Client Error response) between the poll interval. |
HTTP 5xx - Server Errors | The total number of requests resulting in an HTTP 5xx status code (Server Error response) between the poll interval. |
HTTP 4XX ERRORS | |
HTTP 401 - Unauthorized | The total number of requests resulting in an HTTP 401 status code (Unauthorized) between the poll interval. |
HTTP 403 - Forbidden | The total number of requests resulting in an HTTP 403 status code (Forbidden) between the poll interval. |
HTTP 404 - Not Found | The total number of requests resulting in an HTTP 404 status code (Not Found) between the poll interval. |
HTTP 406 - Not Acceptable | The total number of requests resulting in an HTTP 406 status code (Not Acceptable) between the poll interval. |
OS統計
パラメーター | 説明 |
---|---|
CONNECTIONS | |
No of Connections (Avg) | The average number of bound sockets existing in the sandbox (w3wp.exe and its child processes) between the poll interval. |
REQUESTS IN APPLICATION QUEUE | |
Requests In Application Queue (Avg) | The average number of requests in the application request queue between the poll interval. |
PRIVATE BYTES | |
Private Bytes | The average size of the memory that the app process has allocated, which can't be shared with other processes between the poll interval (in MB). |
THREADS | |
No of Threads (Avg) | The average number of threads that were active in the app process between the poll interval. |
IO OTHER THROUGHPUT | |
IO Other Throughput | The average rate at which the app process is issuing bytes to I/O operations that doesn't involve data, such as control operations between the poll interval (in MB/s). |
IO OTHER OPERATIONS | |
IO Other Operations | The average rate at which the app process is issuing I/O operations that aren't read or write operations between the poll interval (in MB/s). |
HANDLES | |
No of Handles (Avg) | The average number of handles that are opened by the app process between the poll interval. |
CURRENT ASSEMBLIES | |
No of Current Assemblies (Avg) | The average number of assemblies loaded across all AppDomains in this application, between the poll interval. |
GARBAGE COLLECTIONS | |
Gen 0 GCs | The total number of times the generation 0 objects are garbage collected since the start of the app process between the poll interval. |
Gen 1 GCs | The total number of times the generation 1 objects are garbage collected since the start of the app process between the poll interval. |
Gen 2 GCs | The total number of times the generation 2 objects are garbage collected since the start of the app process between the poll interval. |
APP DOMAINS | |
App Domains Loaded (Avg) | The average number of App Domains loaded in this application, between the poll interval. |
App Domains Unloaded (Avg) | The average number of App Domains unloaded in this application, between the poll interval. |
ワークフロー統計
パラメーター | 説明 |
---|---|
FAILURE RATIO | |
Triggers Failure Ratio | The total failure rate of workflow triggers, between the poll interval (in %). |
Actions Failure Ratio | The total failure rate of workflow actions, between the poll interval (in %). |
Run Failure Ratio | The total failure rate of workflow runs, between the poll interval (in %). |
COMPLETED STATISTICS | |
Triggers Completed | The total number of workflow triggers completed, between the poll interval. |
Actions Completed | The total number of workflow actions completed, between the poll interval. |
Runs Completed | The total number of workflow runs completed, between the poll interval. |
RUN STATISTICS | |
Runs Started | The total number of workflow runs started, between the poll interval. |
Runs Dispatched | The total number of workflow runs dispatched, between the poll interval. |
JOB PULL RATE | |
Job Pull Rate | The total of Logic App Job Pull Rate per second, between the poll interval (pulls/second). |
JOB EXECUTIONS | |
Job Execution Delay | The average of workflow job execution delay, between the poll interval (in seconds). |
Job Execution Duration | The average of workflow job execution duration, between the poll interval (in seconds). |
Configuration
パラメーター | 説明 |
---|---|
CONFIGURATION | |
Resource Group Name | The name of the resource group. |
Location | The location of the resource. |
App Kind | The type of the App. |
No. of Workers | The number of workers for the App. |
App Enabled | Indicates whether the app is online (Yes) or offline (No). |
Container Size | The size of the Container (in MB) |
Memory Time Quota (Daily) | The maximum allowed daily memory-time quota (in seconds). |
Repository Site Name | Name of the repository site. |
Last Modified Time | The time when the app was modified last. |
VNet Content Sharing | Indicates whether accessing the content over the virtual network is enabled or not. Possible values: Enabled/Disabled. |
FTP Hostname | Hostname of the FTP |
FTP Username | Username of the FTP. |
HOST CONFIGURATION | |
Public Access | Indicates whether Public Access is allowed or blocked. Possible values : Enabled/ Disabled |
Accept Only HTTPs Requests | Indicates whether the app accepts only https requests. Possible values: Enabled/Disabled. |
APP SERVICE PLAN | |
App Service Plan Name | The name of the app service plan. |
Server Farm ID | Resource ID of the associated App Service plan. |