FIX(prometheus): correct ArgoCD metrics service names

- Update controller target to argocd-application-controller-metrics
- Update repo-server target to argocd-repo-server-metrics
This commit is contained in:
2026-01-09 12:46:13 +09:00
parent 034a5f32a2
commit 7139f3e5a2

View File

@@ -112,7 +112,7 @@ prometheus:
- job_name: 'argocd-metrics'
static_configs:
- targets:
- 'argocd-metrics.argocd.svc.cluster.local:8082'
- 'argocd-application-controller-metrics.argocd.svc.cluster.local:8082'
labels:
service: argocd-controller
- targets:
@@ -120,7 +120,7 @@ prometheus:
labels:
service: argocd-server
- targets:
- 'argocd-repo-server.argocd.svc.cluster.local:8084'
- 'argocd-repo-server-metrics.argocd.svc.cluster.local:8084'
labels:
service: argocd-repo