You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

11
+
12
+
You can scrape an Azure Firewall via the `AzureFirewall`
13
+
resource type.
14
+
15
+
When using declared resources, the following fields need to be provided:
16
+
17
+
-`azureFirewallName` - The name of the Azure Firewall.
18
+
19
+
All supported metrics are documented in the official [Azure Monitor documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-network-azurefirewalls-metrics).
20
+
21
+
## Example
22
+
23
+
Here is an example configuration:
24
+
25
+
```yaml
26
+
name: azure_firewall_application_rule_hits
27
+
description: number of times Application rules were hit
0 commit comments