Merge branch 'main' into next

This commit is contained in:
Alex Auvolat
2023-04-25 12:34:26 +02:00
202 changed files with 25943 additions and 2775 deletions
+3 -1
View File
@@ -3,6 +3,9 @@
#[macro_use]
extern crate tracing;
mod metrics;
mod system_metrics;
#[cfg(feature = "consul-discovery")]
mod consul;
#[cfg(feature = "kubernetes-discovery")]
@@ -14,7 +17,6 @@ pub mod replication_mode;
pub mod ring;
pub mod system;
mod metrics;
pub mod rpc_helper;
pub use rpc_helper::*;