Added prometheus client

Added scheduler for compute current spool metrics and info
This commit is contained in:
Dmitry Belousov
2024-04-09 15:25:09 +03:00
parent 29f54358d6
commit 28b2bfec50
6 changed files with 776 additions and 768 deletions

View File

@@ -20,6 +20,7 @@ dependencies = [
"psycopg2-binary~=2.9",
"setuptools~=68.0",
"WebSockets>=11.0.3",
"prometheus-client"
]
requires-python = ">=3.9"