Initial generalization of source workers

This commit is contained in:
2022-11-01 01:36:14 -07:00
parent 82906adca2
commit ed3cb89325
7 changed files with 452 additions and 164 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
serde = "1.0"
serde_derive = "1.0"
influxdb2 = "0.3"
influxdb2 = "0.3.3"
tokio = { version = "1", features = ["rt"] }
clap = { version = "4.0", features = ["derive"] }
log = "0.4"
@@ -14,6 +14,9 @@ figment = { version = "0.10", features = ["toml"] }
gethostname = "0.3"
env_logger = "0.9.1"
futures = "0.3.24"
sysctl = "0.5.2"
async-trait = "0.1.58"
tokio-stream = { version = "0.1.11", features = ["sync"] }
[dependencies.chrony-candm]
git = "https://github.com/aws/chrony-candm"