Azure Network Interface - Availability Badge

You can declare to scrape an Azure Network Interface via the NetworkInterface resource type.

The following fields need to be provided:

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

Example:

name: azure_network_interface_bytes_received_rate
description: "Number of bytes the Network Interface sent"
resourceType: NetworkInterface
azureMetricConfiguration:
  metricName: BytesReceivedRate
  aggregation:
    type: Average
resources:
- networkInterfaceName: promitor-network-interface-1
- networkInterfaceName: promitor-network-interface-2

← back to metrics declarations
← back to introduction