Mission Control Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Use the following cURL command to retrieve Mission Control metrics:

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

Metric

Description

Prometheus Metric Type

jfmc_db_connections_max_pool_size_total

Records the maximum pool size for database connections.

GAUGE

jfmc_db_connections_min_idle_total

Records the minimum total idle time for database connections.

GAUGE

jfmc_runtime_heap_freememory_bytes

Records the free memory bytes in the runtime heap.

GAUGE

jfmc_runtime_heap_maxmemory_bytes

Records the maximum memory bytes in the runtime heap.

GAUGE

jfmc_runtime_heap_totalmemory_bytes

Records the total memory bytes in the runtime heap.

GAUGE

jfmc_runtime_heap_processors_bytes

Records the memory bytes in the heap processor.

GAUGE

app_disk_used_bytes

Records the number of disk bytes used for the application.

GAUGE

app_disk_free_bytes

Records the number of free disk bytes for the application.

GAUGE

For more information, see JFrog Mission Control.JFrog Mission Control