diff --git a/selfprivacy_api/utils/prometheus.py b/selfprivacy_api/utils/prometheus.py index 786170e..c697458 100644 --- a/selfprivacy_api/utils/prometheus.py +++ b/selfprivacy_api/utils/prometheus.py @@ -6,7 +6,7 @@ import time import typing from typing import Optional -PROMETHEUS_URL = "http://localhost:9090" +PROMETHEUS_URL = "http://localhost:9001" class PrometheusInfo: