argo-cd/docs/operator-manual/notifications/monitoring.md
Michael Crenshaw a864d7052f
docs: use GitHub alerts instead of mkdocs admonitions (#24631)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2025-09-21 19:46:10 -04:00

793 B

Monitoring

The Argo CD Notification controller serves Prometheus metrics on port 9001.

Note

The metrics port can be changed using the --metrics-port flag in argocd-notifications-controller deployment.

Metrics

The following metrics are available:

argocd_notifications_deliveries_total

Number of delivered notifications. Labels:

  • trigger - trigger name
  • service - notification service name
  • succeeded - flag that indicates if notification was successfully sent or failed

argocd_notifications_trigger_eval_total

Number of trigger evaluations. Labels:

  • name - trigger name
  • triggered - flag that indicates if trigger condition returned true of false

Examples