Skip to content

Commit 2e96fd9

Browse files
committed
remove prom-process
Signed-off-by: Ping Yu <yuping@pingcap.com>
1 parent e1c5e82 commit 2e96fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "The Rust language implementation of TiKV client."
99
edition = "2018"
1010

1111
[features]
12-
default = [ "protobuf-codec" ]
12+
default = [ "protobuf-codec", "prometheus/process" ]
1313
# Enable integration tests with a running TiKV and PD instance.
1414
# Use $PD_ADDRS, comma separated, to set the addresses the tests use.
1515
integration-tests = []
@@ -43,7 +43,7 @@ futures-timer = "3.0"
4343
grpcio = { version = "0.10", features = [ "openssl-vendored" ], default-features = false }
4444
lazy_static = "1"
4545
log = "0.4"
46-
prometheus = { version = "0.13", features = [ "push", "process" ], default-features = false }
46+
prometheus = { version = "0.13", features = [ "push" ], default-features = false }
4747
rand = "0.8"
4848
regex = "1"
4949
semver = "1.0"

0 commit comments

Comments
 (0)