Xray Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

The Xray Metrics REST API returns the following metrics:Metrics

Metric

Description

jfxr_db_sync_started_before_seconds

Seconds that passed since the last Xray DB sync started running

jfxr_db_sync_running_total

DB sync total running time

jfxr_db_sync_ended_persist_before_seconds

Seconds that passed since completed persisting new updates to the database

jfxr_db_sync_ended_analyze_before_seconds

Seconds that passed since DB sync completed sending all impact analysis messages

jfxr_data_artifacts_total

Total number of Xray scanned artifacts by package type

Note: Package type is a label package_type

jfxr_data_components_total

Total number of Xray scanned components by package type

Note: Package type is a label package_type

jfxr_performance_server_up_time_seconds

Seconds that passed since Xray server has started on the particular node

Xray Metrics Logs

The artifactory_metrics.log will contain system metrics such as:

  • Total disk space used

  • Total disk space free

  • Time CPU is used by the process

  • JVM available memory

  • JVM number of processors

  • DB number of active, idle, max and min connections

  • HTTP number of available, leased, pending and max connections

  • Xray DB sync running time

  • Xray total number of scanned artifacts and components

  • Xray server start time on a node

The artifactory_metrics_events.log will contain deduplicated metrics related to an event such as a GC run.