Monitoring Azure Key Vault
Instana offers comprehensive monitoring of your Azure Key Vault by providing end-to-end visibility into your environment. After you install the Instana host agent, the Azure Key Vault sensor is automatically installed and enabled. You can view the infrastructure metrics that are related to the Azure Key Vault in the Instana UI.
For more information about other supported Azure services, see Azure.
Configuring the Azure Key Vault sensor
To monitor your Azure Key Vault, 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 Key Vault sensor is enabled in the agent configuration file (
<agentinstall_dir>/etc/instana/configuration.yaml
):com.instana.plugin.azure.keyvault: enabled: true
Disabling the Azure Key Vault sensor
To disable monitoring of the Azure Key Vault services, use the following configuration:
com.instana.plugin.azure.keyvault:
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 key vault |
Resource Group | Resource group of the vault |
Location | Location of the vault |
Type | Type of the resource |
Provisioning State | Provisioning state of the vault |
Tier | Billing tier of a particular vault |
Performance metrics
Metric | Name | Unit | Aggregation | Description |
---|---|---|---|---|
Vault | ||||
Overall Vault Availability | Availability | Percent | Average | The availability of vault requests |
Overall Vault Saturation | SaturationShoebox | Percent | Average | The vault capacity that is used |
Service API | ||||
Total Service Api Hits | ServiceApiHit | Count | Count | The total number of service API hits |
Overall Service Api Latency | ServiceApiLatency | Milliseconds | Average | The overall latency of service API requests |
Total Service Api Results | ServiceApiResult | Count | Count | The total number of service API results |