Cargo Features
[dependencies]
tikv-client = { version = "0.4.0", default-features = false, features = ["prometheus", "integration-tests"] }
- default = prometheus
-
The
prometheusfeature is set by default whenevertikv-clientis added withoutsomewhere in the dependency tree.default-features = false - prometheus default
-
Enables process and push of prometheus ^0.13
- integration-tests
-
Enable integration tests with a running TiKV and PD instance.
Use $PD_ADDRS, comma separated, to set the addresses the tests use.