Monitoring Azure Load Balancer
Instana offers comprehensive monitoring of your Azure Load Balancer by providing end-to-end visibility into your environment. After you install the Instana host agent, the Azure Load Balancer sensor is automatically installed and enabled. You can view the infrastructure metrics that are related to the Azure Load Balancer in the Instana UI.
For more information about other supported Azure services, see Azure.
Configuring the Azure Load Balancer sensor
To monitor your Azure Load Balancer, complete the following steps:
-
Enable the Azure service in the agent configuration file (
<agentinstall_dir>/etc/instana/configuration.yaml
) by using the following configuration:com.instana.plugin.azure: enabled: true subscription: "[Your-Subscription-Id]" tenant: "[Your-Tenant-Id]" principals: - id: "[Your-Service-Principal-Account-Id]" secret: "[Your-Service-Principal-Secret]"
For more information about installing the Azure agent, see Installation.
-
Make sure the Azure Load Balancer sensor is enabled in the agent configuration file (
<agentinstall_dir>/etc/instana/configuration.yaml
):com.instana.plugin.azure.loadbalancer: enabled: true
Disabling the Azure Load Balancer sensor
To disable monitoring of the Azure Load Balancer services, use the following configuration:
com.instana.plugin.azure.loadbalancer:
enabled: false
Viewing metrics
To view the metrics, complete the following steps:
- From the navigation menu in the Instana UI, select Infrastructure.
- Click a specific monitored host.
You can see a host dashboard with all the collected metrics and monitored processes.
Metrics are pulled every minute, which is the resolution that Azure provides for the monitoring of these services.
Configuration data
Namespace details | Description |
---|---|
Name | Name of the Load Balancer |
Resource Group | Resource group of the Load Balancer |
Location | Location of the Load Balancer |
Type | Type of the resource |
Provisioning State | Provisioning state of the Load Balancer |
Performance metrics
Metric | Name | Unit | Aggregation | Description |
---|---|---|---|---|
SNAT Connections | ||||
Count | SnatConnectionCount | Count | Total | Total number of new SNAT connections created within time period |
Bytes | ||||
Bytes | ByteCount | Count | Total | Total number of Bytes transmitted within time period |
Packets | ||||
Packets | PacketCount | Count | Count | The total number of service API hits |
SNAT Ports | ||||
Allocated | AllocatedSnatPorts | Count | Average | Total number of SNAT ports allocated within time period |
Used | UsedSnatPorts | Count | Average | Total number of SNAT ports used within time period |
DIP Availability | ||||
Count | DipAvailability | Count | Average | Average Load Balancer health probe status per time duration |
VIP Availability | ||||
Count | VipAvailability | Count | Average | Average Load Balancer data path availability per time duration |
SYN Packets | ||||
Packets | SYNCount | Count | Total | Total number of SYN Packets transmitted within time period |