App Service Environments provides a fully isolated and dedicated environment for securely running Azure App Service apps at high scale, including Web Apps, Mobile Apps, and API Apps.
App Service Environments are ideal for application workloads that require:
- Very high scale
- Isolation and secure network access
Use the Azure public cloud integration to discover and collect metrics against the Azure service.
External reference
Azure Monitor - Platform metrics
Setup
To set up the Azure integration and discover the Azure service, go to Azure Integration Discovery Profile and select Hosting Environment MultiRole Pool
.
Event support
- Supported
- Configurable in OpsRamp Azure Integration Discovery Profile.
Supported metrics
OpsRamp Metric | Azure Metric | Metric Display Name | Unit | Description | Aggregation Type |
---|---|---|---|---|---|
azure_web_hostingenvironments_multirolepools_Requests | Requests | Total Requests | Count | Counts the total number of requests received. | Total |
azure_web_hostingenvironments_multirolepools_BytesReceived | BytesReceived | Bytes Received | Bytes | Indicates the total number of bytes received. | Total |
azure_web_hostingenvironments_multirolepools_Http5xx | Http5xx | HTTP 5xx Errors | Count | Counts the total number of HTTP 5xx error responses. | Total |
azure_web_hostingenvironments_multirolepools_CpuPercentage | CpuPercentage | CPU Usage Percentage | Percent | Represents the average percentage of CPU utilization. | Average |
azure_web_hostingenvironments_multirolepools_MemoryPercentage | MemoryPercentage | Memory Usage Percentage | Percent | Represents the average percentage of memory utilization. | Average |
azure_web_hostingenvironments_multirolepools_DiskQueueLength | DiskQueueLength | Disk Queue Length | Count | Indicates the total length of the disk queue. | Total |
azure_web_hostingenvironments_multirolepools_HttpQueueLength | HttpQueueLength | HTTP Queue Length | Count | Indicates the total length of the HTTP queue. | Total |
azure_web_hostingenvironments_multirolepools_ActiveRequests | ActiveRequests | Current Active Requests | Count | Counts the average number of requests currently being processed. | Average |
azure_web_hostingenvironments_multirolepools_TotalFrontEnds | TotalFrontEnds | Total Front Ends | Count | Indicates the average number of front-end instances. | Average |
azure_web_hostingenvironments_multirolepools_SmallAppServicePlanInstances | SmallAppServicePlanInstances | Small App Service Plan Instances | Count | Counts the average number of small app service plan instances. | Average |
azure_web_hostingenvironments_multirolepools_MediumAppServicePlanInstances | MediumAppServicePlanInstances | Medium App Service Plan Instances | Count | Counts the average number of medium app service plan instances. | Average |
azure_web_hostingenvironments_multirolepools_LargeAppServicePlanInstances | LargeAppServicePlanInstances | Large App Service Plan Instances | Count | Counts the average number of large app service plan instances. | Average |