Azure Function App - Availability Badge

You can declare to scrape an Azure Function App via the FunctionApp 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 label will be added:

Example:

name: azure_function_requests
description: "Amount of requests for an Azure Function App"
resourceType: FunctionApp
azureMetricConfiguration:
  metricName: Requests
  aggregation:
    type: Total
resources:
- functionAppName: promitor-function-app

← back to metrics declarations
← back to introduction