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 |
---|---|---|
| Records the maximum pool size for database connections. | GAUGE |
| Records the minimum total idle time for database connections. | GAUGE |
| Records the free memory bytes in the runtime heap. | GAUGE |
| Records the maximum memory bytes in the runtime heap. | GAUGE |
| Records the total memory bytes in the runtime heap. | GAUGE |
| Records the memory bytes in the heap processor. | GAUGE |
| Records the number of disk bytes used for the application. | GAUGE |
| Records the number of free disk bytes for the application. | GAUGE |
For more information, see JFrog Mission Control.