Azure Content Delivery Network (CDN)

Availability BadgeResource Discovery Support Badge

You can declare to scrape an Azure CDN via the Cdn resource type.

When using declared resources, the following fields need to be provided:

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

🚨 The availability of metrics depends on the SKU of the Azure CDN resource.

Example:

name: azure_cdn_requests
description: "Amount of requests sent to Azure CDN"
resourceType: Cdn
azureMetricConfiguration:
  metricName: RequestCount
  aggregation:
    type: Total
resources: # Optional, required when no resource discovery is configured
- cdnName: promitor-cdn-1
- cdnName: promitor-cdn-2
resourceDiscoveryGroups: # Optional, requires Promitor Resource Discovery agent (https://promitor.io/concepts/how-it-works#using-resource-discovery)
- name: cdn-landscape

← back to metrics declarations
← back to introduction