added prometheus data export
This commit is contained in:
parent
f9e7f97f00
commit
3273539169
14 changed files with 3248 additions and 3577 deletions
|
|
@ -6,9 +6,13 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
axum = "0.6.19"
|
||||
chrono = "0.4.26"
|
||||
dotenv = "0.15.0"
|
||||
hyper = "0.14.27"
|
||||
indicatif = "0.17.5"
|
||||
lazy_static = "1.4.0"
|
||||
prometheus = "0.13.3"
|
||||
reqwest = { version = "0.11.18", features = ["json"] }
|
||||
serde = { version = "1.0.178", features = ["derive"]}
|
||||
serde_json = "1.0.104"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue