From 83eeb46c9325d51b65231bbdbfb0916f8ca7f018 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 22 Feb 2024 07:02:28 -0600 Subject: [PATCH] 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. --- victoria-metrics/scrape.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/victoria-metrics/scrape.yml b/victoria-metrics/scrape.yml index 2fed0fd..91c8a79 100644 --- a/victoria-metrics/scrape.yml +++ b/victoria-metrics/scrape.yml @@ -333,3 +333,8 @@ scrape_configs: target_label: __address__ regex: '([^:]+)' replacement: '$1:9080' + +- job_name: argocd + static_configs: + - targets: + - argocd-metrics.argocd:8082