JFConnect Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Use the following cURL command to retrieve JFConnect metrics:

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

Metric

Description

Prometheus Metric Type

jfcon_app_disk_used_bytes

Records the number of disk bytes used for the application.

GAUGE

jfcon_app_disk_free_bytes

Records the number of disk bytes available for the application.

GAUGE

jfcon_app_self_metrics_calc_seconds

Total time taken to collect all the metrics.

GAUGE

jfcon_app_self_metrics_total

Total count of the collected metrics.

GAUGE

jfcon_go_memstats_heap_in_use_bytes

The amount of heap memory (in bytes) currently being used by the application.

GAUGE

jfcon_go_memstats_heap_allocated_bytes

The amount of heap memory (in bytes) currently allocated to the objects.

GAUGE

jfcon_go_memstats_heap_idle_bytes

The amount of memory that was allocated but is currently not being used by the application.

GAUGE

jfcon_go_memstats_heap_objects_total

The number of allocated heap objects.

GAUGE

jfcon_go_memstats_heap_reserved_bytes

Amount of memory obtained from OS for heap.

GAUGE

jfcon_go_memstats_gc_cpu_fraction_ratio

Fraction of the program's available CPU time used by the Garbage Collector (GC) since the program started.

GAUGE

jfcon_go_routines_total

Number of go routines that currently exist.

GAUGE

jfcon_sys_cpu_ratio

CPU usage percentage of the first CPU core during a 50-millisecond interval.

GAUGE

jfcon_sys_load_1

Average load of the host in the last minute.

GAUGE

jfcon_sys_load_5

Average load of the host in the last 5 minutes.

GAUGE

jfcon_sys_load_15

Average load of the host in the last 15 minutes.

GAUGE

jfcon_sys_memory_used_bytes

Virtual memory that is used by the host.

GAUGE

jfcon_sys_memory_free_bytes

Virtual memory that is not used by the host.

GAUGE