Azure SQL Server

Availability BadgeResource Discovery Support Badge

You can scrape an Azure SQL Server via the SqlServer resource type.

The following fields need to be provided:

Supported metrics:

The official Azure Monitor documentation lists more metrics but these are not surfaced externally. However, you can still give them a try but we don’t support them for now.

Example:

name: azure_sql_server_dtu_consumption_percent
description: "The DTU consumption percentage used by an Azure SQL Server."
resourceType: SqlServer
azureMetricConfiguration:
  metricName: dtu_used
  dimension:
    name: DatabaseResourceId
  aggregation:
    type: Average
resources:
- serverName: promitor

← back to metrics declarations
← back to introduction