Skip to content

Commit 5d790e5

Browse files
docs: fix description of argocd_oci_request_duration_seconds metric (#25918)
Signed-off-by: piyushkhobragade <piyushkhobragade2005@gmail.com>
1 parent 7317cde commit 5d790e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/operator-manual/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Scraped at the `argocd-repo-server:8084/metrics` endpoint.
264264
| `argocd_redis_request_total` | counter | Number of Kubernetes requests executed during application reconciliation. |
265265
| `argocd_repo_pending_request_total` | gauge | Number of pending requests requiring repository lock |
266266
| `argocd_oci_request_total` | counter | Number of OCI requests performed by repo server |
267-
| `argocd_oci_request_duration_seconds` | histogram | Number of OCI fetch requests failures by repo server |
267+
| `argocd_oci_request_duration_seconds` | histogram | Duration of OCI requests performed by the repo server. |
268268
| `argocd_oci_test_repo_fail_total` | counter | Number of OCI test repo requests failures by repo server |
269269
| `argocd_oci_get_tags_fail_total` | counter | Number of OCI get tags requests failures by repo server |
270270
| `argocd_oci_digest_metadata_fail_total` | counter | Number of OCI digest metadata failures by repo server |

0 commit comments

Comments
 (0)