Workers Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Use the following cURL command to retrieve workers metrics:

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

Metric

Description

Prometheus Metric Type

jfwks_execution_count_total 

The total number of worker executions.

GAUGE

jfwks_execution_cpu_time_total

The accumulated CPU time for worker executions.

GAUGE

jfwks_execution_failure_count

The total number of worker execution failures.

COUNTER

jfwks_execution_memory_total

The accumulated memory usage by workers.

GAUGE

jfwks_execution_processing_count

The number of worker executions in progress.

COUNTER

jfwks_execution_success_count

The number of successful worker executions.

COUNTER

jfwks_execution_time_total

The accumulate worker execution time.

GAUGE

jfwks_tenants_count_total

The total number of tenants being managed.

GAUGE

jfwks_workers_count_total

The total number of workers.

GAUGE

For more information, see Workers.