Update prometheus_metrics_server.py

This commit is contained in:
2024-04-07 00:01:00 +02:00
committed by GitHub
Unverified
parent 9d98b39e40
commit 80b8b718e9

View File

@@ -29,4 +29,4 @@ class PrometheusMetricsServer:
while True:
for source in self._metrics_sources:
source.update()
time.sleep(self.interval)
time.sleep(self.interval)