Skip to content

Azure Network Gateway

Availability BadgeResource Discovery Support Badge

You can declare to scrape an Azure Network Gateway via the NetworkGateway resource type.

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

  • networkGatewayName - The name of the Azure Network Gateway

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

Example

Here is an example configuration:

name: azure_network_gateway_packages
description: "Average packages on an Azure network gateway"
resourceType: NetworkGateway
azureMetricConfiguration:
  metricName: ExpressRouteGatewayPacketsPerSecond
  aggregation:
    type: Average
resources: # Optional, required when no resource discovery is configured
- networkGatewayName: promitor-network-gateway-1
- networkGatewayName: promitor-network-gateway-2
resourceDiscoveryGroups:
- name: network-gateway-group
resourceDiscoveryGroups: # Optional, requires Promitor Resource Discovery agent (https://promitor.io/concepts/how-it-works#using-resource-discovery)
- name: network-gateway-landscape
Back to top