fn default()

in src/config.rs [58:60]


    fn default() -> Self {
        Prometheus { port: 9600 }
    }