Azure App Service helps build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure.
Azure App Service:
- Provides auto-scaling and high availability.
- Supports both Windows and Linux.
- Enables automated deployments from GitHub, Azure DevOps, or any Git repo.
Use the Azure public cloud integration to discover and collect metrics against the Azure service.
External reference
Monitor Ppps in Azure App Service
Setup
To set up the Azure integration and discover the Azure Website and respective web jobs, go to Azure Integration Discovery Profile and select WebSites.
Event support
- Supported
- Configurable in OpsRamp Azure Integration Discovery Profile.
Supported metrics
Azure Web Sites
| OpsRamp Metric | Azure Metric | Metric Display Name | Unit | Aggregation Type | Description |
|---|---|---|---|---|---|
| azure_web_sites_AlwaysReadyFunctionExecutionCount | AlwaysReadyFunctionExecutionCount | Always Ready Function Execution Count | Count | Total | Always Ready Function Execution Count. For Flex Consumption FunctionApps only |
| azure_web_sites_AlwaysReadyFunctionExecutionUnits | AlwaysReadyFunctionExecutionUnits | Always Ready Function Execution Units | Count | Total | Always Ready Function Execution Units. For Flex Consumption FunctionApps only |
| azure_web_sites_AlwaysReadyUnits | AlwaysReadyUnits | Always Ready Units | Count | Total | Always Ready Units. For Flex Consumption FunctionApps only |
| azure_web_sites_AppConnections | AppConnections | Connections | Count | Average | The number of bound sockets existing in the sandbox (w3wp.exe and its child processes). A bound socket is created by calling bind()/connect() APIs and remains until said socket is closed with CloseHandle()/closesocket(). For WebApps and FunctionApps |
| azure_web_sites_AverageMemoryWorkingSet | AverageMemoryWorkingSet | Average memory working set | Bytes | Average | The average amount of memory used by the app, in megabytes (MiB). For WebApps and FunctionApps |
| azure_web_sites_BytesReceived | BytesReceived | Data In | Bytes | Total | The amount of incoming bandwidth consumed by the app, in MiB. For WebApps and FunctionApps |
| azure_web_sites_BytesSent | BytesSent | Data Out | Bytes | Total | The amount of outgoing bandwidth consumed by the app, in MiB. For WebApps and FunctionApps |
| azure_web_sites_CpuPercentage | CpuPercentage | Percentage CPU | Percent | Average | The average percentage of CPU being used. For Flex Consumption function apps only |
| azure_web_sites_CpuTime | CpuTime | CPU Time | Seconds | Count | The amount of CPU consumed by the app, in seconds |
| azure_web_sites_CurrentAssemblies | CurrentAssemblies | Current Assemblies | Count | Average | The current number of Assemblies loaded across all AppDomains in this application. For WebApps and FunctionApps |
| azure_web_sites_FileSystemUsage | FileSystemUsage | File System Usage | Bytes | Average | Percentage of filesystem quota consumed by the app. For WebApps and FunctionApps |
| azure_web_sites_FunctionExecutionCount | FunctionExecutionCount | Function Execution Count | Count | Total | Function Execution Count. For FunctionApps only |
| azure_web_sites_FunctionExecutionUnits | FunctionExecutionUnits | Function Execution Units | Count | Total | Function Execution Units. For FunctionApps only |
| azure_web_sites_Gen0Collections | Gen0Collections | Gen 0 Garbage Collections | Count | Total | The number of times the generation 0 objects are garbage collected since the start of the app process. Higher generation GCs include all lower generation GCs. For WebApps and FunctionApps |
| azure_web_sites_Gen1Collections | Gen1Collections | Gen 1 Garbage Collections | Count | Total | The number of times the generation 1 objects are garbage collected since the start of the app process. Higher generation GCs include all lower generation GCs. For WebApps and FunctionApps |
| azure_web_sites_Gen2Collections | Gen2Collections | Gen 2 Garbage Collections | Count | Total | The number of times the generation 2 objects are garbage collected since the start of the app process. For WebApps and FunctionApps |
| azure_web_sites_Handles | Handles | Handle Count | Count | Average | The total number of handles currently open by the app process. For WebApps and FunctionApps |
| azure_web_sites_HealthCheckStatus | HealthCheckStatus | Health check status | Count | Average | Health check status. For WebApps and FunctionApps |
| azure_web_sites_Http101 | Http101 | Http 101 | Count | Total | The count of requests resulting in an HTTP status code 101. For WebApps and FunctionApps |
| azure_web_sites_Http2xx | Http2xx | Http 2xx | Count | Total | The count of requests resulting in an HTTP status code >= 200 but < 300. For WebApps and FunctionApps |
| azure_web_sites_Http3xx | Http3xx | Http 3xx | Count | Total | The count of requests resulting in an HTTP status code >= 300 but < 400. For WebApps and FunctionApps |
| azure_web_sites_Http401 | Http401 | Http 401 | Count | Total | The count of requests resulting in HTTP 401 status code. For WebApps and FunctionApps |
| azure_web_sites_Http403 | Http403 | Http 403 | Count | Total | The count of requests resulting in HTTP 403 status code. For WebApps and FunctionApps |
| azure_web_sites_Http404 | Http404 | Http 404 | Count | Total | The count of requests resulting in HTTP 404 status code. For WebApps and FunctionApps |
| azure_web_sites_Http406 | Http406 | Http 406 | Count | Total | The count of requests resulting in HTTP 406 status code. For WebApps and FunctionApps |
| azure_web_sites_Http4xx | Http4xx | Http 4xx | Count | Total | The count of requests resulting in an HTTP status code >= 400 but < 500. For WebApps and FunctionApps |
| azure_web_sites_Http5xx | Http5xx | Http Server Errors | Count | Total | The count of requests resulting in an HTTP status code >= 500 but < 600. For WebApps and FunctionApps |
| azure_web_sites_HttpResponseTime | HttpResponseTime | Response Time | Seconds | Average | The time taken for the app to serve requests, in seconds. For WebApps and FunctionApps |
| azure_web_sites_InstanceCount | InstanceCount | Automatic Scaling Instance Count | Count | Average | The number of instances on which this app is running |
| azure_web_sites_IoOtherBytesPerSecond | IoOtherBytesPerSecond | IO Other Bytes Per Second | BytesPerSecond | Total | The rate at which the app process is issuing bytes to I/O operations that don't involve data, such as control operations. For WebApps and FunctionApps |
| azure_web_sites_IoOtherOperationsPerSecond | IoOtherOperationsPerSecond | IO Other Operations Per Second | BytesPerSecond | Total | The rate at which the app process is issuing I/O operations that aren't read or write operations. For WebApps and FunctionApps |
| azure_web_sites_IoReadBytesPerSecond | IoReadBytesPerSecond | IO Read Bytes Per Second | BytesPerSecond | Total | The rate at which the app process is reading bytes from I/O operations. For WebApps and FunctionApps |
| azure_web_sites_IoReadOperationsPerSecond | IoReadOperationsPerSecond | IO Read Operations Per Second | BytesPerSecond | Total | The rate at which the app process is issuing read I/O operations. For WebApps and FunctionApps |
| azure_web_sites_IoWriteBytesPerSecond | IoWriteBytesPerSecond | IO Write Bytes Per Second | BytesPerSecond | Total | The rate at which the app process is writing bytes to I/O operations. For WebApps and FunctionApps |
| azure_web_sites_IoWriteOperationsPerSecond | IoWriteOperationsPerSecond | IO Write Operations Per Second | BytesPerSecond | Total | The rate at which the app process is issuing write I/O operations. For WebApps and FunctionApps |
| azure_web_sites_MemoryWorkingSet | MemoryWorkingSet | Memory working set | Bytes | Average | The current amount of memory used by the app, in MiB. For WebApps and FunctionApps |
| azure_web_sites_OnDemandFunctionExecutionCount | OnDemandFunctionExecutionCount | On Demand Function Execution Count | Count | Total | On Demand Function Execution Count. For Flex Consumption FunctionApps only |
| azure_web_sites_OnDemandFunctionExecutionUnits | OnDemandFunctionExecutionUnits | On Demand Function Execution Units | Count | Total | On Demand Function Execution Units. For Flex Consumption FunctionApps only |
| azure_web_sites_PrivateBytes | PrivateBytes | Private Bytes | Bytes | Average | Private Bytes is the current size, in bytes, of memory that the app process has allocated that can't be shared with other processes. For WebApps and FunctionApps |
| azure_web_sites_Requests | Requests | Requests | Count | Total | The total number of requests regardless of their resulting HTTP status code. For WebApps and FunctionApps |
| azure_web_sites_RequestsInApplicationQueue | RequestsInApplicationQueue | Requests In Application Queue | Count | Average | The number of requests in the application request queue. For WebApps and FunctionApps |
| azure_web_sites_Threads | Threads | Thread Count | Count | Average | The number of threads currently active in the app process. For WebApps and FunctionApps |
| azure_web_sites_TotalAppDomains | TotalAppDomains | Total App Domains | Count | Average | The current number of AppDomains loaded in this application. For WebApps and FunctionApps |
| azure_web_sites_TotalAppDomainsUnloaded | TotalAppDomainsUnloaded | Total App Domains Unloaded | Count | Average | The total number of AppDomains unloaded since the start of the application. For WebApps and FunctionApps |
| azure_web_sites_WorkflowActionsCompleted | WorkflowActionsCompleted | Workflow Action Completed Count | Count | Total | Workflow Action Completed Count. For LogicApps only |
| azure_web_sites_WorkflowActionsFailureRate | WorkflowActionsFailureRate | Workflow Actions Failure Rate | Percent | Total | Workflow Actions Failure Rate. For LogicApps only |
| azure_web_sites_WorkflowAppJobPullRate | WorkflowAppJobPullRate | Logic App Job Pull Rate Per Second | CountPerSecond | Total | Logic Job Pull Rate per second. For LogicApps only |
| azure_web_sites_WorkflowJobExecutionDelay | WorkflowJobExecutionDelay | Workflow Job Execution Delay | Seconds | Average | Workflow Job Execution Delay. For LogicApps only |
| azure_web_sites_WorkflowJobExecutionDuration | WorkflowJobExecutionDuration | Workflow Job Execution Duration | Seconds | Average | Workflow Job Execution Duration. For LogicApps only |
| azure_web_sites_WorkflowRunsCompleted | WorkflowRunsCompleted | Workflow Runs Completed Count | Count | Total | Workflow Runs Completed Count. For LogicApps only |
| azure_web_sites_WorkflowRunsDispatched | WorkflowRunsDispatched | Workflow Runs dispatched Count | Count | Total | Workflow Runs Dispatched Count. For LogicApps only |
| azure_web_sites_WorkflowRunsFailureRate | WorkflowRunsFailureRate | Workflow Runs Failure Rate | Percent | Total | Workflow Runs Failure Rate. For LogicApps only |
| azure_web_sites_WorkflowRunsStarted | WorkflowRunsStarted | Workflow Runs Started Count | Count | Total | Workflow Runs Started Count. For LogicApps only |
| azure_web_sites_WorkflowTriggersCompleted | WorkflowTriggersCompleted | Workflow Triggers Completed Count | Count | Total | Workflow Triggers Completed Count. For LogicApps only |
| azure_web_sites_WorkflowTriggersFailureRate | WorkflowTriggersFailureRate | Workflow Triggers Failure Rate | Percent | Total | Workflow Triggers Failure Rate. For LogicApps only |