Skip to content

Azure Application Gateway

Availability BadgeResource Discovery Support Badge

You can declare to scrape an Azure Application Gateway via the ApplicationGateway resource type.

When using declared resources, the following fields need to be provided:

  • applicationGatewayName - The name of the Azure Application Gateway

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

Example

Here is an example configuration:

name: azure_application_gateway_milli_total_time
description: "Average milliseconds of total time on an Azure application gateway"
resourceType: ApplicationGateway
azureMetricConfiguration:
  metricName: ApplicationGatewayTotalTime
  aggregation:
    type: Average
resources: # Optional, required when no resource discovery is configured
- applicationGatewayName: promitor-application-gateway-1
- applicationGatewayName: promitor-application-gateway-2
resourceDiscoveryGroups: # Optional, requires Promitor Resource Discovery agent (https://promitor.io/concepts/how-it-works#using-resource-discovery)
- name: application-gateway-landscape
Back to top