{
    "info.team": "rt",
    "info.statsdName": "autobahn",
    "info.ringpopName": "autobahn",
    "info.uncaughtName": "autobahn",
    "info.kafkaName": "autobahn",

    "clients.remote-config": {
        "pollInterval": 60000
    },
    "clients.remote-config.logError": true,
    "clients.remote-config.file": "/var/cache/remote-config/hyperbahn.json",

    "clients.uncaught-exception.timeouts": {
        "loggerTimeout": 5000,
        "statsdTimeout": 1000,
        "statsdWaitPeriod": 1500
    },
    "clients.uncaught-exception.file": "/var/log/hyperbahn/uncaught-exception.log",

    "clients.uber-statsd-client": {
        "host": "127.0.0.1",
        "port": 4744
    },

    "clients.logtron.console": false,
    "clients.logtron.kafka": {
        "proxyHost": "localhost",
        "proxyPort": 18084
    },
    "clients.logtron.logFile": "/var/log/hyperbahn/hyperbahn.log",
    "clients.logtron.sentry": null,

    "clients.heapsnapshot": {
        "folder": "/tmp/heap-snapshots"
    },

    "clients.graphite": null,

    "hyperbahn.ringpop.timeouts": {
        "pingReqTimeout": 3000,
        "pingTimeout": 500,
        "joinTimeout": 250
    },
    "hyperbahn.ringpop.bootstrapFile": "/etc/hyperbahn/ringpop-v2.json",

    "hyperbahn.timeouts": {
        "relayAdTimeout": 500
    },

    "hyperbahn.circuits": {
        "period": 1000,
        "maxErrorRate": 0.5,
        "minRequests": 5,
        "probation": 5,
        "enabled": false
    },

    "tchannel.host": null
}
