feat: make grpc insert requests in a batch (#1687)

* feat: make Prometheus remote write in a batch

* rebase

* fix: resolve PR comments

* fix: resolve PR comments

* fix: resolve PR comments
This commit is contained in:
LFC
2023-06-02 17:06:48 +08:00
committed by GitHub
parent 8e69aef973
commit 5004cf6d9a
53 changed files with 1132 additions and 440 deletions

View File

@@ -15,7 +15,7 @@ common-time = { path = "../common/time" }
datafusion-sql.workspace = true
datatypes = { path = "../datatypes" }
hex = "0.4"
itertools = "0.10"
itertools.workspace = true
mito = { path = "../mito" }
once_cell = "1.10"
snafu = { version = "0.7", features = ["backtraces"] }