Release Lifecycle Management Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Use the following cURL command to retrieve metrics for Release Lifecycle Management, which is part of the main Artifactory service:Release Lifecycle Management

curl -H "Authorization: Bearer TOKEN" http://{artifactory_url}/artifactory/api/v1/metrics

Metric

Description

Prometheus Metric Type

jfbh_rbv2_artifact_copied_seconds

The median amount of time it takes to copy artifacts to the target repository during a promotion operation.

COUNTER

jfbh_rbv2_artifacts_total

The median number of artifacts in Release Bundle v2 versions.

COUNTER

jfbh_rbv2_bundle_operations_total

The total number of Release Bundle v2 versions that have been created.

COUNTER

jfbh_rbv2_creation_agents_total

The number of Release Bundle v2 versions created per agent:

  • browser (platform UI)

  • api

  • cli

  • system (created internally by Artifactory)

COUNTER

jfbh_rbv2_creation_methods_total

The number of Release Bundle v2 versions created per method:

  • aql

  • artifacts

  • builds

  • release bundles

COUNTER

jfbh_rbv2_promotion_created_seconds

The median amount of time it takes to perform promotions.

COUNTER

jfbh_rbv2_promotion_deletion_agents_total

The number of Release Bundle v2 promotion deletions per agent:

  • browser (platform UI)

  • api

  • cli

  • system (created internally by Artifactory)

COUNTER

jfbh_rbv2_promotion_operations_total

The total number of promotion operations (including failed promotions).

COUNTER

jfbh_rbv2_promotions_completed_total

The total number of completed promotions.

COUNTER

jfbh_rbv2_properties_total

The median total size of the artifact properties defined in Release Bundle v2 versions.

COUNTER

jfbh_rbv2_release_bundles_total

The total number of Release Bundles v2 versions that exist in the system.

COUNTER

jfbh_rbv2_version_created_seconds

The median amount of time required to create Release Bundle v2 versions.

COUNTER

jfbh_rbv2_version_deleted_seconds

The median amount of time required to delete Release Bundle v2 versions.

COUNTER

For more information, see Release Lifecycle Management.Release Lifecycle Management