github.com/m3db/m3@v1.5.0/scripts/development/m3_stack/m3coordinator-standard.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:7210 # until https://github.com/m3db/m3/issues/682 is resolved 12 sanitization: prometheus 13 samplingRate: 1.0 14 extended: none 15 16 clusters: 17 - client: 18 config: 19 service: 20 env: default_env 21 zone: embedded 22 service: m3db 23 cacheDir: /var/lib/m3kv 24 etcdClusters: 25 - zone: embedded 26 endpoints: 27 - m3db_seed:2379 28 # Uncomment for proto use 29 # -- 30 # proto: 31 # schemaFilePath: /etc/m3coordinator/schema.proto 32 33 carbon: 34 ingester: 35 listenAddress: "0.0.0.0:7204" 36 37 tagOptions: 38 idScheme: quoted 39 40 storeMetricsType: true