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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user