The Xray Metrics REST API returns the following metrics:
Metric | Description |
---|---|
| Seconds that passed since the last Xray DB sync started running |
| DB sync total running time |
| Seconds that passed since completed persisting new updates to the database |
| Seconds that passed since DB sync completed sending all impact analysis messages |
| Total number of Xray scanned artifacts by package type Note: Package type is a label |
| Total number of Xray scanned components by package type Note: Package type is a label |
| 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.