Access Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Use the following cURL command to retrieve access metrics:

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

Metric

Description

Prometheus Metric Type

jfac_runtime_heap

Records the Access runtime heap metrics

GAUGE

jfac_db_connections

Records the Access database connection metrics

GAUGE

jfac_slow_queries

Records the metrics for slow Access queries.

GAUGE

jfac_runtime_heap_freememory_bytes

Records the JVM free memory in bytes

GAUGE

jfac_runtime_heap_maxmemory_bytes

Records the JVM maximum memory in bytes

GAUGE

jfac_runtime_heap_processors_bytes

Records the number of processors available to the JVM

GAUGE

jfac_runtime_heap_totalmemory_bytes

Records the JVM total memory in bytes

GAUGE

jfac_observers_cancelled_total

Records the total of cancelledgRPC server streams

COUNTER

jfac_observers_connected_total

Records the total of connected gRPC server streams

COUNTER

jfac_observers_connected_current_total

Records the total of currently connected gRPC Server streams

GAUGE

jfac_config_size_bytes

Records the size of the Access Config YAML file in bytes

GAUGE

jfac_db_connections_active_total

Records the number of active connections

GAUGE

jfac_db_connections_awaiting_total

Records the number of threads awaiting connection

GAUGE

jfac_db_connections_idle_total

Records the number of idle connections

GAUGE

jfac_db_connections_max_pool_size_total

Records the database connections' maximum pool size

GAUGE

jfac_db_connections_min_idle_total

Records the database connection's minimum idle size

GAUGE

jfac_tomcat_connections_usage_total

Records the Access Tomcat connections usage

COUNTER

jfac_grpc_thread_completed_tasks_total

Records the number of completed gRPC requests

COUNTER

jfac_grpc_thread_max_concurrent_tasks_total

Records the maximum number of concurrent gRPC requests handled

GAUGE

jfac_grpc_thread_pending_tasks_total

Records the number of gRPC requests waiting in the queue

GAUGE

jfac_grpc_thread_running_tasks_total

Records the Number of gRPC requests in progress

GAUGE

jfac_grpc_thread_total_tasks_total

Records the total number of gRPC requests

COUNTER

app_disk_free_bytes

Records the number of free bytes on the app home directory disk device

GAUGE

app_disk_used_bytes

Records the number of bytes used on the app home directory disk device

GAUGE

jfac_authentication_count

Records the user authentication count

COUNTER

jfac_federation_count

Records the number of Federation publish count

COUNTER

jfac_federation_duration_seconds_count

Records the total number of Federation events

COUNTER

jfac_federation_duration_seconds_sum

Records the average time taken to publish a Federation event

GAUGE