mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-28 07:36:13 +00:00
* feat: azure monitoring docs * chore: mapped paths * chore: fixed instructions * fix: added central collector steps * fix: handle default azure steps, card alignment and reload issues * fix: removed return true --------- Co-authored-by: YounixM <myounis.ar@live.com>
1.0 KiB
1.0 KiB
Follow these steps if you want to monitor System metrics like CPU Percentage, Memory Percentage etc. of your Azure Functions.
Prerequisites
- Azure subscription and an Azure Container App instance running
- Central Collector Setup
Dashboard Example
Once you have completed the prerequisites, you can start monitoring your Azure Function's system metrics with SigNoz. Here's how you can do it:
- Log in to your SigNoz account.
- Navigate to the Dashboards, and add an dashboard
- Add a Timeseries Panel
- In Metrics, select
azure_requests_totaland Avg By select taglocation - In Filter say
name = <function-name> - Hit “Save Changes” You now have Total Requests of your Azure Function in a Dashboard for reporting and alerting
That's it! You have successfully set up monitoring for your Azure Function's system metrics with SigNoz.
If you encounter any difficulties, please refer to this troubleshooting section