Router Metrics

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Use the following cURL command to retrieve router metrics:

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

Metric

Description

Prometheus Metric Type

jfrou_traefik_config_reload_total

The total number of success router configuration reloads.

COUNTER

jfrou_traefik_config_reload_total_failure

The total number of router configuration reload failures.

COUNTER

jfrou_traefik_config_reload_lastSuccessTimestamp

The timestamp of the last successful router configuration reload.

GAUGE

jfrou_traefik_config_reload_lastFailureTimestamp

The timestamp of the last unsuccessful router configuration reload.

GAUGE

jfrou_traefik_entrypoint_requests_total

Total number of router entry-point requests.

COUNTER

jfrou_traefik_entrypoint_requests_tls_total

Total number of router TLS (Transport Layer Security) entry-point requests.

COUNTER

jfrou_traefik_entrypoint_request_duration

Duration of router entry-point requests.

GAUGE

jfrou_traefik_entrypoint_connections_open

Number of open router entry-point requests.

COUNTER

jfrou_traefik_entrypoint_requests_bytes_total

Total size (in bytes) of router entry-point requests.

COUNTER

jfrou_traefik_entrypoint_responses_bytes_total

Total size (in bytes) of router entry-point responses.

COUNTER

jfrou_traefik_router_requests_total

Total number of router requests.

COUNTER

jfrou_traefik_router_requests_tls_total

Total number of router TLS (Transport Layer Security) requests.

COUNTER

jfrou_traefik_router_request_duration

Duration of router requests.

GAUGE

jfrou_traefik_router_connections_open

Number of open router requests.

COUNTER

jfrou_traefik_router_requests_bytes_total

Total size (in bytes) of router requests.

COUNTER

jfrou_traefik_router_responses_bytes_total

Total size (in bytes) of router responses.

COUNTER

jfrou_traefik_service_requests_total

Total number of service requests.

COUNTER

jfrou_traefik_service_requests_tls_total

Total number of service TLS (Transport Layer Security) requests.

COUNTER

jfrou_traefik_service_request_duration

Duration of service requests.

GAUGE

jfrou_traefik_service_retries_total

Total number of service retries.

COUNTER

jfrou_traefik_service_connections_open

Number of open service connections.

GAUGE

jfrou_traefik_service_requests_bytes_total

Total size (in bytes) of service requests.

COUNTER

jfrou_traefik_service_responses_bytes_total

Total size (in bytes) of service responses.

COUNTER