Azure Key Vault - Availability Badge

You can declare to scrape an Azure Key Vault via the KeyVault resource type.

The following fields need to be provided:

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

← back to metrics declarations
← back to introduction