Use JSON path expressions for JSON payload support

This commit is contained in:
2021-08-30 23:41:02 -07:00
parent 2984561a9a
commit 45a3bb3c50
5 changed files with 231 additions and 61 deletions

View File

@ -10,6 +10,7 @@ clap = "2.33"
env_logger = "0.9"
futures = "0.3"
influxdb = { version = "0.4", default-features = false, features = ["derive", "use-serde", "h1-client-rustls"] }
jsonpath = "0.1"
lazy_static = "1"
log = { version = "0.4", features = ["std", "serde"] }
regex = "1"