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 |
---|---|---|
| Records the Access runtime heap metrics | GAUGE |
| Records the Access database connection metrics | GAUGE |
| Records the metrics for slow Access queries. | GAUGE |
| Records the JVM free memory in bytes | GAUGE |
| Records the JVM maximum memory in bytes | GAUGE |
| Records the number of processors available to the JVM | GAUGE |
| Records the JVM total memory in bytes | GAUGE |
| Records the total of cancelledgRPC server streams | COUNTER |
| Records the total of connected gRPC server streams | COUNTER |
| Records the total of currently connected gRPC Server streams | GAUGE |
| Records the size of the Access Config YAML file in bytes | GAUGE |
| Records the number of active connections | GAUGE |
| Records the number of threads awaiting connection | GAUGE |
| Records the number of idle connections | GAUGE |
| Records the database connections' maximum pool size | GAUGE |
| Records the database connection's minimum idle size | GAUGE |
| Records the Access Tomcat connections usage | COUNTER |
| Records the number of completed gRPC requests | COUNTER |
| Records the maximum number of concurrent gRPC requests handled | GAUGE |
| Records the number of gRPC requests waiting in the queue | GAUGE |
| Records the Number of gRPC requests in progress | GAUGE |
| Records the total number of gRPC requests | COUNTER |
| Records the number of free bytes on the app home directory disk device | GAUGE |
| Records the number of bytes used on the app home directory disk device | GAUGE |
| Records the user authentication count | COUNTER |
| Records the number of Federation publish count | COUNTER |
| Records the total number of Federation events | COUNTER |
| Records the average time taken to publish a Federation event | GAUGE |