Skip to content

Commit

Permalink
fix: Link to Azure Function metrics (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrism417 authored Oct 10, 2023
1 parent 10e6a6d commit fab1e30
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/scraping/providers/function-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ When using declared resources, the following fields need to be provided:
- `functionAppName` - The name of the Azure Function App
- `slotName` - The name of the deployment slot *(optional)*

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).
All supported metrics are documented in the official Azure Monitor documentation:

- [Microsoft.Web/sites](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics)
- [Microsoft.Web/sites/slots](https://learn.microsoft.com/en-us/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-slots-metrics)

The following scraper-specific metric label will be added:

Expand Down

0 comments on commit fab1e30

Please sign in to comment.