Azure Cache for Redis - Availability Badge

You can declare to scrape an Azure Cache for Redis via the RedisCache resource type.

The following fields need to be provided:

All supported metrics are documented in the official Azure Monitor documentation.

You can find more documentation on each metric in the Azure Cache for Redis monitoring documentation.

Example:

name: azure_redis_cache_cache_hits
description: "The number of successful key lookups during the specified reporting interval. This maps to keyspace_hits from the Redis INFO command."
resourceType: RedisCache
scraping:
  schedule: "0 */2 * ? * *"
azureMetricConfiguration:
  metricName: CacheHits
  aggregation:
    type: Total
    interval: 00:01:00
resources:
- cacheName: Promitor-1
- cacheName: Promitor-2

← back to metrics declarations
← back to introduction