argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
17.49k stars 5.32k forks source link

Argocd + Prometheus alertmanger for build status notification #4036

Open Binyamse opened 4 years ago

Binyamse commented 4 years ago

The docs here talks about support for Prometheus and alert manager, is this for argocd components deployment e.g argocd server or argocd build notifications? it will be very helpful to have a step by step doc on this. Or if there is a workaround to send alerts/build notifications to alert manager?

sbose78 commented 4 years ago

Heya @Binyamse ,

argocd build notifications?

Could you please elaborate on this please?

sbose78 commented 4 years ago

The docs here talks about support for Prometheus and alert manager

It is for the ArgoCD components aka the control plane. If you install the monitoring stack, you should be able to see the runtime metrics / cAdvisor metrics ootb.

Here's a screenshot of things look like, in Openshift/OKD's monitoring view for example:

image

Binyamse commented 3 years ago

Hello @sbose78 sorry for late replay. I meant argocd build status notifications (fails, success ..). Not the metrics. But I guess it's a different topic not sure 😄. Is there any way we get those notifications?