fix: change port to 9001

This commit is contained in:
def 2024-06-17 21:56:58 +03:00
parent 165ef260b5
commit 79b9fc28bc

View file

@ -6,7 +6,7 @@ import time
import typing import typing
from typing import Optional from typing import Optional
PROMETHEUS_URL = "http://localhost:9090" PROMETHEUS_URL = "http://localhost:9001"
class PrometheusInfo: class PrometheusInfo: