feat: push directly to prometheus

This commit is contained in:
LunaChocken
2026-05-19 21:57:54 +01:00
parent c31a460175
commit 781e8f45fa
6 changed files with 537 additions and 69 deletions
+6
View File
@@ -6,5 +6,11 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"prometheus-client>=0.24.1",
"prometheus-remote-writer>=1.1.3",
"python-dotenv>=1.2.2",
]
[project.optional-dependencies]
dev = [
"pydantic>=2.13.4",
]