Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/example-grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
"refId": "A"
},
{
"expr": "sum by (registry) (increase(argocd_image_updater_registry_errors_total[1m]))",
"expr": "sum by (registry) (increase(argocd_image_updater_registry_requests_failed_total[1m]))",
"interval": "",
"legendFormat": "{{registry}} | errors",
"refId": "B"
Expand Down Expand Up @@ -682,4 +682,4 @@
"title": "Argo CD Image Updater",
"uid": "M-U4ZLAMz",
"version": 9
}
}
2 changes: 1 addition & 1 deletion docs/install/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ The following metrics are being made available:
* Number of requests to the container registries (successful and failed)

* `argocd_image_updater_registry_requests_total`
* `argocd_image_updater_registry_errors_total`
* `argocd_image_updater_registry_requests_failed_total`

A (very) rudimentary example dashboard definition for Grafana is provided
[here](https://github.com/argoproj-labs/argocd-image-updater/tree/master/config)