CheetoDa 8ff392bc96
feat: azure monitoring docs (#5159)
* 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>
2024-06-21 15:05:37 +05:30

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:

  1. Log in to your SigNoz account.
  2. Navigate to the Dashboards, and add an dashboard
  3. Add a Timeseries Panel
  4. In Metrics, select azure_requests_total and Avg By select tag location
  5. In Filter say name = <function-name>
  6. 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