diff options
| author | Paco Guzmán <pacoguzman@users.noreply.github.com> | 2022-01-22 16:12:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 16:12:30 +0100 |
| commit | 8f8f3fd2e08f7c5f09604abc8a155d58a80bf266 (patch) | |
| tree | 8275dd6b6c52401807e2035a44bc9c13013d760a /docs/install | |
| parent | 7ed1f675ca2373dd8f0442e1a398e3fc9a227c55 (diff) | |
fix: Use existing registry requests failed metric (#362)
Point to the existing metric on the documentation and on the
grafana dashboard example
Diffstat (limited to 'docs/install')
| -rw-r--r-- | docs/install/start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install/start.md b/docs/install/start.md index 68a6c18..bf425b4 100644 --- a/docs/install/start.md +++ b/docs/install/start.md @@ -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) |
