sentinel-group / sentinel-rust

Sentinel Rust version
Apache License 2.0
132 stars 22 forks source link

feat: reexport some crates #137

Closed flearc closed 8 months ago

flearc commented 8 months ago

129

flearc commented 8 months ago

reexport crate:

Users can now directly access them using statements like use sentinel_core::prometheus_exporter without the need for additional imports in their projects.

Only upgrade prometheus_exporter because changes in the API of etcd_rs and kube, which required modifications to the datasource source code. It's better to achieve it in another PR.

Forsworns commented 8 months ago

Thanks :)