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:
@@ -112,7 +112,7 @@ prometheus:
|
|||||||
- job_name: 'argocd-metrics'
|
- job_name: 'argocd-metrics'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- 'argocd-metrics.argocd.svc.cluster.local:8082'
|
- 'argocd-application-controller-metrics.argocd.svc.cluster.local:8082'
|
||||||
labels:
|
labels:
|
||||||
service: argocd-controller
|
service: argocd-controller
|
||||||
- targets:
|
- targets:
|
||||||
@@ -120,7 +120,7 @@ prometheus:
|
|||||||
labels:
|
labels:
|
||||||
service: argocd-server
|
service: argocd-server
|
||||||
- targets:
|
- targets:
|
||||||
- 'argocd-repo-server.argocd.svc.cluster.local:8084'
|
- 'argocd-repo-server-metrics.argocd.svc.cluster.local:8084'
|
||||||
labels:
|
labels:
|
||||||
service: argocd-repo
|
service: argocd-repo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user