diff options
| author | Avi-Robusta <97387909+Avi-Robusta@users.noreply.github.com> | 2023-08-08 17:07:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-08 17:07:51 +0300 |
| commit | 3c0615dca2ad50c22e1a554da85ee66a6cb6c981 (patch) | |
| tree | 3ffe6aa6cef56fee46e708345892676d2eb5b745 /pyproject.toml | |
| parent | c503daa35a7e3a227093626158fa94ec51487cb2 (diff) | |
Unified prometheus support (#121)
* initial refactoring
initial changes
working version
aws test
added eks managed prom support
coralogix prom support and fix prom bug
fixed bug
added all aws config changes
added docs and fixed requirements
copying connect changes from robusta
fixing bad typing
reformatting
added prometrix
updated prometrix version
* rebase fixes
* black formatting
* refactored check connection
* Fixing victoria metrics check
* updating poetry file after rebase
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ef99a74..a4f0cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,11 @@ python = ">=3.9,<3.12" typer = {extras = ["all"], version = "^0.7.0"} pydantic = "1.10.7" kubernetes = "^26.1.0" -prometheus-api-client = "^0.5.3" numpy = "^1.24.2" alive-progress = "^3.1.2" +botocore = "^1.31.10" +boto3 = "^1.28.10" +prometrix = "^0.1.10" [tool.poetry.group.dev.dependencies] |
