fix: replace opendal PrometheusLayer (#2861)

* fix: replace opendal `PrometheusLayer`

* chore: add docs on `PrometheusMetricsLayer`

* chore: fix code advice

* chore: fix bug on `PrometheusMetricsLayer`
This commit is contained in:
WU Jingdi
2023-12-05 15:15:45 +08:00
committed by GitHub
parent b3ffe5cd1e
commit aa89d9deef
7 changed files with 568 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ common-recordbatch.workspace = true
common-runtime.workspace = true
common-telemetry.workspace = true
common-test-util.workspace = true
datanode = { workspace = true, features = ["testing"] }
datanode = { workspace = true }
datatypes.workspace = true
dotenv = "0.15"
frontend = { workspace = true, features = ["testing"] }