Event Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Use the following cURL command to retrieve event metrics:

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

Metric

Description

Prometheus Metric Type

jfevt_app_triggers_preparation_time_seconds_sum

Records metrics about time to prepare application trigger in seconds.

COUNTER

jfevt_app_triggers_preparation_time_total_count

Records metrics about the number of times an application triggers was prepared.

COUNTER

jfevt_app_triggers_target_response_time_seconds_sum

Records the total number of mirrors that have a sync lag larger than the default threshold.

If no mirrors have a log above the threshold, the recorded value will be 0.

COUNTER

jfevt_app_triggers_target_response_time_total_count

Records the total number of calls to the target.

COUNTER

jfevt_app_triggers_total_time_seconds_sum

Records the total trigger time in seconds.

COUNTER

jfevt_app_triggers_total_time_total_count

Records the total trigger time in seconds for all the triggers.

COUNTER