Add prom metrics for database, use redis max conn var (#3359)

This commit is contained in:
Jai Agrawal
2025-03-07 17:16:45 -08:00
committed by GitHub
parent d51a1c47c7
commit 9c5d817a8a
6 changed files with 90 additions and 1 deletions

8
Cargo.lock generated
View File

@@ -4288,6 +4288,7 @@ dependencies = [
"maxminddb",
"meilisearch-sdk",
"murmur2",
"prometheus",
"rand 0.8.5",
"rand_chacha 0.3.1",
"redis",
@@ -6133,9 +6134,16 @@ dependencies = [
"memchr",
"parking_lot 0.12.3",
"procfs",
"protobuf",
"thiserror 1.0.64",
]
[[package]]
name = "protobuf"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "psm"
version = "0.1.23"