Skip to content

Commit

Permalink
fix: use new image for metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Kushal Batra <i.kushalbatra@gmail.com>
  • Loading branch information
s0nicboOm committed Jun 17, 2024
1 parent beef275 commit 0f4457f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ orjson = "^3.9"
pynumaflow = "~0.7.2"
prometheus_client = "^0.18.0"
structlog = "^24.1.0"
numalogic-prometheus= "^0.8.1a2"

# extras
mlflow-skinny = { version = "^2.0", optional = true }
redis = { extras = ["hiredis"], version = "^5.0", optional = true }
boto3 = { version = "^1.24.64", optional = true }
pydruid = { version = "^0.6", optional = true }
PyMySQL = { version = "^1.1.0", optional = true }
numalogic-prometheus= "^0.8.1a1"

[tool.poetry.extras]
mlflow = ["mlflow-skinny"]
Expand Down

0 comments on commit 0f4457f

Please sign in to comment.