mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Move prometheus endpoint spawner from udp to common crate
This commit is contained in:
parent
53af594b3d
commit
4ca73630c4
5 changed files with 83 additions and 62 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -165,12 +165,16 @@ dependencies = [
|
|||
"indexmap 2.1.0",
|
||||
"libc",
|
||||
"log",
|
||||
"metrics",
|
||||
"metrics-exporter-prometheus",
|
||||
"metrics-util",
|
||||
"privdrop",
|
||||
"rand",
|
||||
"rustls",
|
||||
"rustls-pemfile",
|
||||
"serde",
|
||||
"simple_logger",
|
||||
"tokio",
|
||||
"toml 0.5.11",
|
||||
]
|
||||
|
||||
|
|
@ -309,8 +313,6 @@ dependencies = [
|
|||
"libc",
|
||||
"log",
|
||||
"metrics",
|
||||
"metrics-exporter-prometheus",
|
||||
"metrics-util",
|
||||
"mimalloc",
|
||||
"mio",
|
||||
"num-format",
|
||||
|
|
@ -324,7 +326,6 @@ dependencies = [
|
|||
"tempfile",
|
||||
"time",
|
||||
"tinytemplate",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue