Introduction
The Azure Hosting Environment is Microsoft’s cloud-based infrastructure that offers a range of computing resources for hosting applications, websites, databases, and services. It supports multiple hosting models, including Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Serverless computing, allowing businesses to deploy and manage workloads efficiently.
Use OpsRamp Azure Public Cloud Integration to discover and collect metrics against Hosting Environment
.
Setup
To set up the Azure integration and discover the Azure Hosting Environment resources, do the following:
- Create an Azure Integration, if not available in your installed integrations. For more information on how to install the Azure Integration, refer to Install Azure Integration.
- Create a discovery profile. For more information on how to create a discovery profile, refer to Create Discovery Profile.
- Select
Hosting Environment
under the Filter Criteria in the Edit Discovery Profile page. - Save the discovery profile to make them available in the list of Discovery Profiles.
- Scan to discover the resources at any time independent of the predefined schedule.
- Once the scan is completed, you can view the Hosting Environment resources under Infrastructure > Resources > Microsoft Azure category.
Event support
OpsRamp supports Azure events for Hosting Environment. Configure Azure Events in the OpsRamp Azure integration discovery profile.
See Process Azure Events for more information on how to configure Azure events.
Supported metrics
OpsRamp Metric | Azure Metric | Metric Display Name | Unit | Description | Aggregation Type |
---|---|---|---|---|---|
azure_web_hostingenvironments_BytesReceived | BytesReceived | Data In | Bytes | Measures the total number of bytes received by the Azure hosting environment, indicating inbound network traffic. | Total |
azure_web_hostingenvironments_BytesSent | BytesSent | Data Out | Bytes | Measures the total number of bytes sent from the Azure hosting environment, indicating outbound network traffic. | Total |
azure_web_hostingenvironments_CpuPercentage | CpuPercentage | CPU Percentage | Percent | Measures the percentage of CPU utilization in the Azure hosting environment. | Average |
azure_web_hostingenvironments_DiskQueueLength | DiskQueueLength | Disk Queue Length | Count | Indicates the number of outstanding disk operations waiting to be processed. | Average |
azure_web_hostingenvironments_Http101 | Http101 | HTTP 101 | Count | Counts the number of HTTP 101 Switching Protocols responses. | Total |
azure_web_hostingenvironments_Http2xx | Http2xx | HTTP 2xx | Count | Counts successful HTTP 2xx responses received by the Azure hosting environment. | Total |
azure_web_hostingenvironments_Http3xx | Http3xx | HTTP 3xx | Count | Counts HTTP 3xx redirection responses. | Total |
azure_web_hostingenvironments_Http401 | Http401 | HTTP 401 | Count | Counts the number of HTTP 401 Unauthorized responses. | Total |
azure_web_hostingenvironments_Http403 | Http403 | HTTP 403 | Count | Counts the number of HTTP 403 Forbidden responses. | Total |
azure_web_hostingenvironments_Http404 | Http404 | HTTP 404 | Count | Counts the number of HTTP 404 Not Found responses. | Total |
azure_web_hostingenvironments_Http406 | Http406 | HTTP 406 | Count | Counts the number of HTTP 406 Not Acceptable responses. | Total |
azure_web_hostingenvironments_Http4xx | Http4xx | HTTP 4xx | Count | Counts all HTTP 4xx client error responses. | Total |
azure_web_hostingenvironments_Http5xx | Http5xx | HTTP 5xx | Count | Counts all HTTP 5xx server error responses. | Total |
azure_web_hostingenvironments_HttpQueueLength | HttpQueueLength | HTTP Queue Length | Count | Indicates the number of HTTP requests waiting to be processed. | Average |
azure_web_hostingenvironments_HttpResponseTime | HttpResponseTime | Response Time | Seconds | Measures the average response time for HTTP requests. | Average |
azure_web_hostingenvironments_LargeAppServicePlanInstances | LargeAppServicePlanInstances | Large App Service Plan Workers | Count | Counts the number of large App Service Plan instances running. | Average |
azure_web_hostingenvironments_MediumAppServicePlanInstances | MediumAppServicePlanInstances | Medium App Service Plan Workers | Count | Counts the number of medium App Service Plan instances running. | Average |
azure_web_hostingenvironments_MemoryPercentage | MemoryPercentage | Memory Percentage | Percent | Measures the percentage of memory used by the Azure hosting environment. | Average |
azure_web_hostingenvironments_Requests | Requests | Requests | Count | Counts the total number of HTTP requests received. | Total |
azure_web_hostingenvironments_SmallAppServicePlanInstances | SmallAppServicePlanInstances | Small App Service Plan Workers | Count | Counts the number of small App Service Plan instances running. | Average |
azure_web_hostingenvironments_TotalFrontEnds | TotalFrontEnds | Total Front Ends | Count | Counts the total number of front-end servers in the hosting environment. | Average |