From f3f0b6c5d515ff0cca06c96f4c7296eaf0343970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Mon, 13 Mar 2023 18:19:29 +0200 Subject: Implement prometheus integration --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 02d438b..5fdda2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ python = "^3.11" typer = {extras = ["all"], version = "^0.7.0"} pydantic = "^1.10.5" kubernetes = "^26.1.0" +prometheus-api-client = "^0.5.3" [tool.poetry.group.dev.dependencies] mypy = "^1.0.1" @@ -31,6 +32,8 @@ black = "^23.1.0" isort = "^5.12.0" flake8 = "^6.0.0" types-pyyaml = "^6.0.12.8" +types-cachetools = "^5.3.0.4" +types-requests = "^2.28.11.15" [build-system] requires = ["poetry-core"] -- cgit v1.2.3