# Prometheus scrape job for Authelia. Gathered into # prometheus/scrape.d/authelia.yml by monitoringRefreshPrometheus when # CFG_AUTHELIA_MONITORING=true. Authelia's telemetry.metrics endpoint listens # on :9959 inside the container; reachable from the Prometheus container by # the service name on the shared docker network. - job_name: authelia metrics_path: /metrics static_configs: - targets: ['authelia-service:9959']