Azure Key Vault

Availability BadgeResource Discovery Support Badge

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

When using declared resources, 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: # Optional, required when no resource discovery is configured
- vaultName: promitor-1
- vaultName: promitor-2
resourceDiscoveryGroups: # Optional, requires Promitor Resource Discovery agent (https://promitor.io/concepts/how-it-works#using-resource-discovery)
- name: key-vault-landscape

← back to metrics declarations
← back to introduction