github.com/m3db/m3@v1.5.0/scripts/docker-integration-tests/dedicated_etcd_embedded_coordinator/m3dbnode.yml (about) 1 coordinator: 2 listenAddress: 0.0.0.0:7201 3 4 logging: 5 level: info 6 7 metrics: 8 scope: 9 prefix: "coordinator" 10 prometheus: 11 handlerPath: /metrics 12 listenAddress: 0.0.0.0:7203 # until https://github.com/m3db/m3/issues/682 is resolved 13 sanitization: prometheus 14 samplingRate: 1.0 15 extended: none 16 17 tagOptions: 18 idScheme: quoted 19 20 db: 21 hostID: 22 resolver: environment 23 envVarName: M3DB_HOST_ID 24 25 discovery: 26 type: m3db_cluster 27 m3dbCluster: 28 env: foo-namespace/foo-cluster 29 zone: bar-zone 30 endpoints: 31 - etcd01:2379