github.com/m3db/m3@v1.5.0/scripts/docker-integration-tests/coordinator_noop/m3coordinator.yml (about) 1 listenAddress: 0.0.0.0:7201 2 3 logging: 4 level: info 5 6 metrics: 7 scope: 8 prefix: "coordinator" 9 prometheus: 10 handlerPath: /metrics 11 listenAddress: 0.0.0.0:7203 # until https://github.com/m3db/m3/issues/682 is resolved 12 sanitization: prometheus 13 samplingRate: 1.0 14 extended: none 15 16 backend: noop-etcd 17 clusterManagement: 18 etcd: 19 env: default_env 20 zone: embedded 21 service: m3db 22 cacheDir: /var/lib/m3kv 23 etcdClusters: 24 - zone: embedded 25 endpoints: 26 - etcd01:2379 27 28 tagOptions: 29 idScheme: quoted