We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c574834 commit 6619eebCopy full SHA for 6619eeb
util/tracing/src/lib.rs
@@ -12,7 +12,7 @@ use tracing_subscriber::{
12
prelude::*,
13
Layer,
14
};
15
-// The default metrics address hostname
+// The default metrics address hostname. Default 0.0.0.0 for docker containers.
16
env_default!(default_metrics_hostname, "MOVEMENT_METRICS_HOSTNAME", String, "0.0.0.0".to_string());
17
18
// The default metrics address port
0 commit comments