diff --git a/services/monitoring/prometheus/prometheus-simcore.yml b/services/monitoring/prometheus/prometheus-simcore.yml index 2a7beaf4..c2cef05d 100644 --- a/services/monitoring/prometheus/prometheus-simcore.yml +++ b/services/monitoring/prometheus/prometheus-simcore.yml @@ -113,6 +113,12 @@ scrape_configs: - "tasks.master_webserver" type: "A" port: 8080 + - names: + - "tasks.production_wb-auth" + - "tasks.staging_wb-auth" + - "tasks.master_wb-auth" + type: "A" + port: 8080 - names: - "tasks.production_wb-api-server" - "tasks.staging_wb-api-server"