Closed Xuanwo closed 1 year ago
This PR fix https://github.com/tikv/client-rust/issues/407 in a compatible way:
- Users enable default feature still enables prometheus/process. - Users disable default feature can enable feature prometheus based on their needs.
default
prometheus/process
prometheus
prometheus is so deep in the tikv-client's code, we can't remove it entirely. This PR changes it goal to make push and process optional.
push
process
This PR fix https://github.com/tikv/client-rust/issues/407 in a compatible way:
- Users enabledefault
feature still enablesprometheus/process
.- Users disabledefault
feature can enable featureprometheus
based on their needs.prometheus
is so deep in the tikv-client's code, we can't remove it entirely. This PR changes it goal to makepush
andprocess
optional.