argocd error: "argocd_app_labels" metric not found #19837
Unanswered
brandonalexanderrodriguezcaro
asked this question in
Q&A
Replies: 1 comment
-
You need to specify arguments one by one, i.e.
or
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am doing a POC on my local setup with Minikube (version v1.33.1 | --kubernetes-version=1.25.0) and ArgoCD (version v2.12.3+6b9cd82). I followed this tutorial to get ArgoCD running. Then, I installed the guestbook application from the ArgoCD example repo. Here’s my manifest:
After reviewing the ArgoCD documentation I tried modifying the argocd-server deployment manifest by adding the --metrics-application-labels argument:
The application is running, but when I check the argocd-metrics workload, I don’t see the
argocd_app_labels
metric. Here’s what I see: argocd-metrics:8082/metricsHere is log from the controller:
Does anyone know why this metric is missing or what else I might need to configure?
Beta Was this translation helpful? Give feedback.
All reactions