chore: add some metrics for grpc client (#1398)

* chore: add some metrics for grpc client

* chore: add grpc preix and change metrics-exporter-ptometheus to add global prefix

---------

Co-authored-by: paomian <qtang@greptime.com>
This commit is contained in:
localhost
2023-04-18 13:55:01 +08:00
committed by GitHub
parent f4190cfca6
commit 0c88bb09e3
11 changed files with 118 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ datafusion-sql.workspace = true
datatypes = { path = "../datatypes" }
futures = "0.3"
futures-util.workspace = true
metrics = "0.20"
metrics.workspace = true
once_cell = "1.10"
promql = { path = "../promql" }
promql-parser = "0.1.0"