Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update docs about exposed metrics #591

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions docs/administration/metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Name | Description | Labels (Values) | Metric type
`harbor_artifact_pulled` | Number of images pulled in a project | project_name | gauge
`harbor_project_artifact_total` | Total number of artifacts type in a project | artifact_type , project_name, public (`true`,`false`) | gauge
`harbor_health` | Current status of Harbor | | gauge
`harbor_registry_info` | Information about the registry | description, insecure (`true`,`false`), name, status (`healthy`,`unhealthy`), type (`harbor`,`docker-hub`,`docker-registry`,`huawei-SWR`,`google-gcr`,`aws-ecr`,`azure-acr`,`ali-acr`,`jfrog-artifactory`,`quay`,`gitlab`,`dtr`,`tencent-tcr`,`github-ghcr`,`volcengine-cr`), url | gauge
`harbor_system_info` | Information about your Harbor instance | auth_mode (`db_auth`, `ldap_auth`, `uaa_auth`, `http_auth`, `oidc_auth`), harbor_version, self_registration(`true`,`false`) | gauge
`harbor_up`| Running status of Harbor components | component (`chartmuseum`, `core`, `database`, `jobservice`, `portal`, `redis`, `registry`, `registryctl`, `trivy`) | gauge
`harbor_task_queue_size` | The total number of tasks per type in the queue | instance, job, type | gauge
Expand Down
Loading