merged registration heartbeat metrics
This commit is contained in:
@@ -2,5 +2,18 @@
|
||||
name = "WatcherAgent"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Patrick Mahnke-Hartmann <https://github.com/donpat1to>"]
|
||||
description = "A client heartbeat sender for CS monitoring"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
tokio = { version = "1.37", features = ["full"] }
|
||||
local-ip-address = "0.5"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "cookies", "rustls-tls"] }
|
||||
serde_json = "1.0"
|
||||
sysinfo = "0.30"
|
||||
metrics = "0.24.2"
|
||||
chrono = "0.4"
|
||||
nvml-wrapper = "0.10"
|
Reference in New Issue
Block a user