Skip to content

Commit

Permalink
Merge pull request #787 from tursodatabase/lucio/bump-prom
Browse files Browse the repository at this point in the history
server: fix metrics overflow panic
  • Loading branch information
psarna authored Dec 13, 2023
2 parents 9e2e780 + 8aad8e5 commit 47ec93e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion libsql-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ libsql = { path = "../libsql/", optional = true }
libsql-replication = { path = "../libsql-replication" }
metrics = "0.21.1"
metrics-util = "0.15"
metrics-exporter-prometheus = "0.12.1"
metrics-exporter-prometheus = "0.12.2"
mimalloc = { version = "0.1.36", default-features = false }
nix = { version = "0.26.2", features = ["fs"] }
once_cell = "1.17.0"
Expand Down

0 comments on commit 47ec93e

Please sign in to comment.