Cargo Features

[dependencies]
tikv-client = { version = "0.3.0", default-features = false, features = ["prometheus", "integration-tests"] }
default = prometheus

The prometheus feature is set by default whenever tikv-client is added without default-features = false somewhere in the dependency tree.

prometheus default

With process and push

integration-tests

Enable integration tests with a running TiKV and PD instance.
Use $PD_ADDRS, comma separated, to set the addresses the tests use.