From 79b9fc28bcdc4e9fb5f6d1a5849f9b9a44669377 Mon Sep 17 00:00:00 2001 From: def Date: Mon, 17 Jun 2024 21:56:58 +0300 Subject: [PATCH] fix: change port to 9001 --- selfprivacy_api/utils/prometheus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfprivacy_api/utils/prometheus.py b/selfprivacy_api/utils/prometheus.py index c4cb0aa..55b36f1 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: