github.com/argoproj/argo-cd/v2@v2.10.9/docs/operator-manual/notifications/monitoring.md (about) 1 # Monitoring 2 3 The Argo CD Notification controller serves Prometheus metrics on port 9001. 4 5 !!! note 6 The metrics port can be changed using the `--metrics-port` flag in `argocd-notifications-controller` deployment. 7 8 ## Metrics 9 The following metrics are available: 10 11 ### `argocd_notifications_deliveries_total` 12 13 Number of delivered notifications. 14 Labels: 15 16 * `template` - notification template name 17 * `notifier` - notification service name 18 * `succeeded` - flag that indicates if notification was successfully sent or failed 19 20 ### `argocd_notifications_trigger_eval_total` 21 22 Number of trigger evaluations. 23 Labels: 24 25 * `name` - trigger name 26 * `triggered` - flag that indicates if trigger condition returned true of false 27 28 ## Examples 29 30 * Grafana Dashboard: [grafana-dashboard.json](grafana-dashboard.json)