Azure SQL Managed Instance - Availability Badge

You can scrape an Azure SQL Managed Instance via the SqlManagedInstance resource type.

The following fields need to be provided:

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

Example:

name: promitor_demo_azuresqlmanagedinstance_nodes
description: "The amount of nodes for an Azure SQL Managed Instance."
resourceType: SqlManagedInstance
azureMetricConfiguration:
  metricName: virtual_core_count
  aggregation:
    type: Average
resources:
- instanceName: promitor-sql-managed-instance

← back to metrics declarations
← back to introduction