Missing metrics, namely, the # of clusters. #21460
Labels
component:metrics
user-issue
An issue caused by the user ecosystem, misconfiguration or misuse of Argo CD
Checklist:
argocd version
.Describe the bug
Enabling metrics on Argocd Helm chart, combined with a scrape config, does not give a full view of clusters which are connected to ArgoCd
To Reproduce
Enable metrics in your ArgoCD (helm chart v7.6.12, ArgoCD v2.12.6) deployment:
Observe that all the metrics services come up:
Create a scrape config job for either VictoriaMetrics or Grafana:
And from here, I expect that the
argocd_cluster_info
would give me all my clusters (which around 60), however it only shows 10!I even went in, portforwarded the service:
kubectl port-forward svc/argocd-application-controller-metrics -n argocd 8082:8082
and did a grep:It shows 24, which his still much less than 60.
Expected behavior
I expect to see the correct number of clusters. Which is around 60, but I only see 10.
Screenshots
(image)[https://imgur.com/a/59yfCav]
The kicker here is that, a few days ago, apparently it detected 56 more, but then somehow, it did a -56. And now I am left with 10.
Version
Logs
The text was updated successfully, but these errors were encountered: