Use the following cURL command to retrieve topology metrics:
curl -H "Authorization: Bearer TOKEN" http://{artifactory_url}/topology/api/v1/metrics
Metric | Description | Prometheus Metric Type |
---|---|---|
| The total number of items that have been evicted from the cache. | COUNTER |
| The total number of items that failed to load to the cache. | COUNTER |
| The total number of times the requested item was found in the cache (cache hit count). | COUNTER |
| The overall cache hit rate for all items. | GAUGE |
| The total cache load count. | COUNTER |
| The total accumulated cache load time. | GAUGE |
| The total number of time the requested item was not found in the cache (cache miss count). | COUNTER |
| The total number of items that loaded successfully from the cache. | COUNTER |
| The total number of failed database migrations. | COUNTER |
| The total number of successful database migrations. | COUNTER |
| The total number of active database connections. | GAUGE |
| The total number of awaiting database connections. | GAUGE |
| The total number of idle database connections. | GAUGE |
| The total number of database connections. | GAUGE |
| The total number of tenants being managed. | COUNTER |