Azure SQL Database - Availability Badge

You can scrape an Azure SQL Database via the SqlDatabase resource type.

The following fields need to be provided:

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

The following scraper-specific metric labels will be added:

Example:

name: azure_sql_database_dtu_consumption_percent
description: "The DTU consumption percentage used by an Azure SQL Database."
resourceType: SqlDatabase
azureMetricConfiguration:
  metricName: dtu_consumption_percent
  aggregation:
    type: Average
resources:
- serverName: promitor-sql-server
  databaseName: promitor-db

← back to metrics declarations
← back to introduction