diff options
| author | Mubarak Jama <83465122+mubarak-j@users.noreply.github.com> | 2021-09-28 11:59:07 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-28 19:59:07 +0200 |
| commit | f8675e90bd825a900ffd387d0ccaae699561cd34 (patch) | |
| tree | 593eb5dd8ec268eeb216fdc7791ffe7c389e8e5d /docs/install | |
| parent | ab7f7f1cd6fe6d02887e0fe9d1e89bbbbca6a575 (diff) | |
docs: Correct metrics port in docs (#262)
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 0478966..4cb048b 100644 --- a/docs/install/start.md +++ b/docs/install/start.md @@ -274,7 +274,7 @@ If opting for such an approach, you should make sure that: ## Metrics Starting with v0.8.0, Argo CD Image Updater exports Prometheus-compatible -metrics on a dedicated endpoint, which by default listens on TCP port 8082 +metrics on a dedicated endpoint, which by default listens on TCP port 8081 and serves data from `/metrics` path. This endpoint is exposed by a service named `argocd-image-updater` on a port named `metrics`. |
