Azure Container Apps Monitoring Integration with SigNoz SigNoz released an integration for Azure Container Apps monitoring, enabling users to collect metrics and logs from container apps through the SigNoz Azure agent version v0.0.11 or later. The integration automatically discovers Container App resources in monitored resource groups, deploys Event Hubs and diagnostic settings, and provides a pre-built dashboard for tracking CPU, memory, replica counts, and network bytes. This allows teams to monitor container app performance and set alerts on high restart counts or resource saturation directly within SigNoz. The Azure Container Apps integration collects metrics and logs from your container apps. Once enabled, the SigNoz agent discovers Container App resources in your monitored resource groups and configures telemetry collection. This integration requires SigNoz Azure agent version v0.0.11 or later. Note: To collect logs, choose Azure Monitor as the logging option for the Container App Environment. Only ContainerAppConsoleLogs and ContainerAppSystemLogs diagnostic settings categories are ingested. Getting started Connect your Azure subscription first. See Azure One-Click Integrations https://signoz.io/docs/integrations/azure/one-click-azure-integrations/ for setup instructions. Once connected: - In SigNoz, navigate to Integrations Microsoft Azure . - Select Container App from the left panel. - Toggle Log Collection and Metric Collection on. The agent deploys the necessary Event Hubs and diagnostic settings in the background. Data starts flowing within a few minutes. Navigate to Dashboards and open the Container App Overview dashboard to confirm metrics are appearing. What's collected Logs | Name | Path | Type | |---|---|---| | Resource ID | resources.azure.resource.id | string | Metrics | Metric name | Unit | Type | |---|---|---| azure coresquotaused maximum | Count | Gauge | azure coresquotaused minimum | Count | Gauge | azure cpupercentage average | Percent | Gauge | azure cpupercentage maximum | Percent | Gauge | azure cpupercentage minimum | Percent | Gauge | azure cpupercentage total | Percent | Gauge | azure memorypercentage average | Percent | Gauge | azure memorypercentage maximum | Percent | Gauge | azure memorypercentage minimum | Percent | Gauge | azure memorypercentage total | Percent | Gauge | azure replicas average | Count | Gauge | azure replicas maximum | Count | Gauge | azure replicas minimum | Count | Gauge | azure replicas total | Count | Gauge | azure restartcount average | Count | Gauge | azure restartcount maximum | Count | Gauge | azure restartcount minimum | Count | Gauge | azure restartcount total | Count | Gauge | azure rxbytes average | Bytes | Gauge | azure rxbytes maximum | Bytes | Gauge | azure rxbytes minimum | Bytes | Gauge | azure rxbytes total | Bytes | Gauge | azure totalcoresquotaused average | Count | Gauge | azure totalcoresquotaused maximum | Count | Gauge | azure totalcoresquotaused minimum | Count | Gauge | azure txbytes average | Bytes | Gauge | azure txbytes maximum | Bytes | Gauge | azure txbytes minimum | Bytes | Gauge | azure txbytes total | Bytes | Gauge | azure usagenanocores average | Count | Gauge | azure usagenanocores maximum | Count | Gauge | azure usagenanocores minimum | Count | Gauge | azure usagenanocores total | Count | Gauge | azure workingsetbytes average | Bytes | Gauge | azure workingsetbytes maximum | Bytes | Gauge | azure workingsetbytes minimum | Bytes | Gauge | azure workingsetbytes total | Bytes | Gauge | Dashboards The integration includes a pre-built Container Apps dashboard. Pre-built dashboards are locked and cannot be edited. To customize, use Export JSON from the dashboard menu and import it as a new dashboard. Key panels include: - CPU and memory percentage - Replica count and restart count - Received and transmitted bytes RX/TX - CPU usage in nanocores and working set bytes - Cores quota used Next steps Create alerts https://signoz.io/docs/alerts/ to get notified on high restart counts or CPU/memory saturation Build custom dashboards https://signoz.io/docs/userguide/manage-dashboards/ to correlate container metrics with application traces Get Help If you need help with the steps in this topic, please reach out to us on SigNoz Community Slack https://signoz.io/slack/ . If you are a SigNoz Cloud user, please use in product chat support located at the bottom right corner of your SigNoz instance or contact us at cloud-support@signoz.io mailto:cloud-support@signoz.io .