Skip to content

Commit fab1e30

Browse files
authored
fix: Link to Azure Function metrics (#56)
1 parent 10e6a6d commit fab1e30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/scraping/providers/function-app.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ When using declared resources, the following fields need to be provided:
1818
- `functionAppName` - The name of the Azure Function App
1919
- `slotName` - The name of the deployment slot *(optional)*
2020

21-
All supported metrics are documented in the official [Azure Monitor documentation](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported#microsoftwebsites-functions).
21+
All supported metrics are documented in the official Azure Monitor documentation:
22+
23+
- [Microsoft.Web/sites](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics)
24+
- [Microsoft.Web/sites/slots](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-slots-metrics)
2225

2326
The following scraper-specific metric label will be added:
2427

0 commit comments

Comments
 (0)