From 4fd6b82133fdfc0911942c6aa46173fa1da20dcb Mon Sep 17 00:00:00 2001 From: jaehanbyun Date: Thu, 21 Nov 2024 21:03:22 +0900 Subject: [PATCH] docs: Update orphaned resource number metric explanation in doc (#20702) Signed-off-by: jaehanbyun Signed-off-by: Adrian Aneci --- docs/operator-manual/metrics.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operator-manual/metrics.md b/docs/operator-manual/metrics.md index 02a490998307a..36d3d4dd03b37 100644 --- a/docs/operator-manual/metrics.md +++ b/docs/operator-manual/metrics.md @@ -11,6 +11,7 @@ Metrics about applications. Scraped at the `argocd-metrics:8082/metrics` endpoin | `argocd_app_condition` | gauge | Report Applications conditions. It contains the conditions currently present in the application status. | | `argocd_app_k8s_request_total` | counter | Number of Kubernetes requests executed during application reconciliation | | `argocd_app_labels` | gauge | Argo Application labels converted to Prometheus labels. Disabled by default. See section below about how to enable it. | +| `argocd_app_orphaned_resources_count` | gauge | Number of orphaned resources per application. | | `argocd_app_reconcile` | histogram | Application reconciliation performance in seconds. | | `argocd_app_sync_total` | counter | Counter for application sync history | | `argocd_cluster_api_resource_objects` | gauge | Number of k8s resource objects in the cache. |