Publish and use fancy_mdbx and metrics-process-promstyle
This commit is contained in:
parent
f31c2bba1e
commit
e2c2adefa2
|
@ -1064,6 +1064,8 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|||
[[package]]
|
||||
name = "fancy_mdbx"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "83535ae4359168a08578b1329699712ba3d43a3a800395f2c14e64506861d449"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"libmdbx",
|
||||
|
@ -2896,6 +2898,8 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "metrics-process-promstyle"
|
||||
version = "0.18.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "08733ba146777331a2fe5159cfb87925379d627e4a136aeecdc8d1763a59858a"
|
||||
dependencies = [
|
||||
"metrics 0.18.1",
|
||||
"procfs",
|
||||
|
|
|
@ -20,6 +20,6 @@ toml = "0.5.8"
|
|||
|
||||
blake3 = "1.3.1"
|
||||
|
||||
fancy_mdbx = { path = "../../../libraries/fancy_mdbx" }
|
||||
fancy_mdbx = "0.1.0"
|
||||
|
||||
quickpeep_structs = { path = "../quickpeep_structs" }
|
||||
|
|
|
@ -85,5 +85,5 @@ webp = { version = "0.2.2", features = ["img"] }
|
|||
### Metrics
|
||||
metrics = "0.18.1"
|
||||
metrics-exporter-prometheus = { version = "0.9.0", default-features = false, features = ["http-listener"] }
|
||||
metrics-process-promstyle = { path = "../../../libraries/metrics-process-promstyle" }
|
||||
metrics-process-promstyle = "0.18.0"
|
||||
bare-metrics-recorder = "0.1.0"
|
||||
|
|
Loading…
Reference in New Issue