1
0
Fork 0

v-m: Scrape Argo CD

*Argo CD* exposes metrics about itself and the applications it manages.
Notibly, this can be useful for monitoring application health.
etcd
Dustin 2024-02-22 07:02:28 -06:00
parent 465f121e61
commit 83eeb46c93
1 changed files with 5 additions and 0 deletions

View File

@ -333,3 +333,8 @@ scrape_configs:
target_label: __address__ target_label: __address__
regex: '([^:]+)' regex: '([^:]+)'
replacement: '$1:9080' replacement: '$1:9080'
- job_name: argocd
static_configs:
- targets:
- argocd-metrics.argocd:8082