We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
push
process
1 parent b12f95e commit d440f06Copy full SHA for d440f06
Cargo.toml
@@ -9,7 +9,8 @@ description = "The Rust language implementation of TiKV client."
9
edition = "2021"
10
11
[features]
12
-default = ["prometheus/process"]
+default = ["prometheus"]
13
+prometheus = ["prometheus/push", "prometheus/process"]
14
# Enable integration tests with a running TiKV and PD instance.
15
# Use $PD_ADDRS, comma separated, to set the addresses the tests use.
16
integration-tests = []
@@ -33,7 +34,7 @@ futures = { version = "0.3" }
33
34
lazy_static = "1"
35
log = "0.4"
36
pin-project = "1"
-prometheus = { version = "0.13", features = ["push"], default-features = false }
37
+prometheus = { version = "0.13", default-features = false }
38
prost = "0.12"
39
rand = "0.8"
40
regex = "1"
0 commit comments