mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
docs: fix description of argocd_oci_request_duration_seconds metric (#25918)
Signed-off-by: piyushkhobragade <piyushkhobragade2005@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7317cde9e7
commit
5d790e5c94
@@ -264,7 +264,7 @@ Scraped at the `argocd-repo-server:8084/metrics` endpoint.
|
||||
| `argocd_redis_request_total` | counter | Number of Kubernetes requests executed during application reconciliation. |
|
||||
| `argocd_repo_pending_request_total` | gauge | Number of pending requests requiring repository lock |
|
||||
| `argocd_oci_request_total` | counter | Number of OCI requests performed by repo server |
|
||||
| `argocd_oci_request_duration_seconds` | histogram | Number of OCI fetch requests failures by repo server |
|
||||
| `argocd_oci_request_duration_seconds` | histogram | Duration of OCI requests performed by the repo server. |
|
||||
| `argocd_oci_test_repo_fail_total` | counter | Number of OCI test repo requests failures by repo server |
|
||||
| `argocd_oci_get_tags_fail_total` | counter | Number of OCI get tags requests failures by repo server |
|
||||
| `argocd_oci_digest_metadata_fail_total` | counter | Number of OCI digest metadata failures by repo server |
|
||||
|
||||
Reference in New Issue
Block a user