Get Artifactory Application Metrics

JFrog REST APIs

Content Type
REST API

Subscription Information

This feature is supported on the Cloud (SaaS) platform for all licenses.

Description: Returns application-related Open Metrics for Cloud (SaaS) users.

Security: Requires an admin user

Usage: GET /artifactory/api/v1/metrics/application

Produces: text/plain (in Open Metrics format)

Sample Usage & Response (partial):

GET /api/v1/metrics/application

# TYPE jfrt_repo_avg_members_total gauge
# HELP jfrt_repo_avg_members_total The average number of members in virtual/federated repositories
jfrt_repo_avg_members_total{package="Helm",type="Virtual"} 1.5714285714285714 1764243709624
# TYPE jfrt_repo_by_type_total gauge
# HELP jfrt_repo_by_type_total The number of repositories by type and package type
jfrt_repo_by_type_total{package="OCI",type="Remote"} 2 1764243709624
# TYPE jfrt_repo_max_members_total gauge
# HELP jfrt_repo_max_members_total The maximal number of members in virtual/federated repositories
jfrt_repo_max_members_total{package="Helm",type="Virtual"} 2 1764243709624

The metrics can be divided into the following categories:

  • AQL

  • Federation

  • Garbage collection

  • HTTP

  • Projects

  • Queries

  • Release Lifecycle Management (RBv2)

  • Repositories

  • Storage