Add feature flag for Kubernetes discovery

This commit is contained in:
Alex Auvolat
2022-03-16 12:09:50 +01:00
committed by Gitea
parent 509d256c58
commit 9d0ed78887
8 changed files with 489 additions and 592 deletions
+1
View File
@@ -4,6 +4,7 @@
extern crate tracing;
mod consul;
#[cfg(feature = "kubernetes-discovery")]
mod kubernetes;
pub mod layout;