Skip to content

Commit 6619eeb

Browse files
musitdev0xmovsesandygolay
authored
feat: change telemetry port (#1244)
Co-authored-by: Richard Melkonian <[email protected]> Co-authored-by: Andy Golay <[email protected]>
1 parent c574834 commit 6619eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use tracing_subscriber::{
1212
prelude::*,
1313
Layer,
1414
};
15-
// The default metrics address hostname
15+
// The default metrics address hostname. Default 0.0.0.0 for docker containers.
1616
env_default!(default_metrics_hostname, "MOVEMENT_METRICS_HOSTNAME", String, "0.0.0.0".to_string());
1717

1818
// The default metrics address port

0 commit comments

Comments
 (0)