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.
This commit is contained in:
2024-02-22 07:02:28 -06:00
parent 465f121e61
commit 83eeb46c93

View File

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