Topology Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

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

topology_cache_evict_count_total

The total number of items that have been evicted from the cache.

COUNTER

topology_cache_failure_load_count_total

The total number of items that failed to load to the cache.

COUNTER

topology_cache_hit_count_total

The total number of times the requested item was found in the cache (cache hit count).

COUNTER

topology_cache_hit_rate_total

The overall cache hit rate for all items.

GAUGE

topology_cache_load_count_total

The total cache load count.

COUNTER

topology_cache_load_total_time_seconds

The total accumulated cache load time.

GAUGE

topology_cache_miss_count_total

The total number of time the requested item was not found in the cache (cache miss count).

COUNTER

topology_cache_success_load_count_total

The total number of items that loaded successfully from the cache.

COUNTER

topology_database_migration_status_failed_db_migrations_total

The total number of failed database migrations.

COUNTER

topology_database_migration_status_successful_db_migrations_total

The total number of successful database migrations.

COUNTER

topology_db_connections_active_connections_total

The total number of active database connections.

GAUGE

topology_db_connections_awaiting_connections_total

The total number of awaiting database connections.

GAUGE

topology_db_connections_idle_connections_total

The total number of idle database connections.

GAUGE

topology_db_connections_total_connections_total

The total number of database connections.

GAUGE

topology_tenant_registry_listeners_count_total

The total number of tenants being managed.

COUNTER