Azure Blob Storage

Availability BadgeResource Discovery Support Badge

You can declare to scrape an Azure Queue via the BlobStorage resource type.

The following fields need to be provided:

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

Example:

name: azure_storage_blobs_capacity
description: "The average capacity used by blobs in the storage account"
resourceType: BlobStorage
azureMetricConfiguration:
  metricName: BlobCapacity
  aggregation:
    type: Average
resources: # Optional, required when no resource discovery is configured
- accountName: promitor-1
- accountName: promitor-2

← back to metrics declarations
← back to introduction