Azure Key Vault - 
You can declare to scrape an Azure Key Vault
via the KeyVault resource type.
The following fields need to be provided:
vaultName- The name of the Azure Key Vault
All supported metrics are documented in the official Azure Monitor documentation.
Example:
name: azure_key_vault_api_latency
description: "The overall latency of service api requests"
resourceType: KeyVault
azureMetricConfiguration:
  metricName: ServiceApiLatency
  aggregation:
    type: Average
resources:
- vaultName: promitor-1
- vaultName: promitor-2