fn default_metrics_target()

in src/settings.rs [29:31]


fn default_metrics_target() -> String {
    "localhost:8125".to_owned()
}